Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


browsh

A fully interactive, real-time, and modern text based browser rendered to TTY and browsers.

Reference(s)

Table of contents


Install

TODO

TODO

TODO

# emerge --ask --noreplace eselect-repository
# eselect repository enable guru
# emaint sync -r guru
# echo '*/*::guru ~amd64' >> /etc/portage/package.accept_keywords
# emerge -a www-client/browsh
# nix-env -iA nixos.browsh
# nix-env -iA nixpkgs.browsh

Install with AUR:

$ mkdir -p ~/apps/aur-apps
$ cd ~/apps/aur-apps
$ git clone https://aur.archlinux.org/browsh-bin.git
$ cd browsh-bin
$ makepkg -is

TODO

TODO

TODO


Config

TODO


Use

TODO


If this cheat sheet has been useful to you, then please consider leaving a star here.