ahoviewer

ahoviewer 1.6.5

GTK2 image viewer, manga reader, and booru browser

https://github.com/ahodesuka/ahoviewer
MIT License
main program: ahoviewerprograms: ahoviewer
Platforms (24)
arc-linuxarmv6l-linuxmips64el-linuxaarch64-linuxpowerpc64-linuxm68k-linuxpowerpc-linuxmicroblazeel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ahoviewer
];
Ad-hoc shell
nix-shell -p ahoviewer
Flake (nix run)
nix run nixpkgs#ahoviewer