qutebrowser
qutebrowser 3.7.0
Keyboard-focused browser with a minimal GUI
https://github.com/qutebrowser/qutebrowserGNU General Public License v3.0 or later
main program: qutebrowserprograms: qutebrowser
Maintainers
Platforms (5)
armv7a-linuxaarch64-darwinaarch64-linuxx86_64-linuxarmv7l-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ qutebrowser ];
Ad-hoc shell
nix-shell -p qutebrowser
Flake (nix run)
nix run nixpkgs#qutebrowser