termwebbrowser is another dumb project by me. this program accesses the termweb and displays it in a standard web browser format, all from the terminal.
the termweb is a fancy name for this repository, which is the repository for all websites accessed by termwebbrowser.
to install from source, you need to make sure rust is installed. download rustup
rustup --version
first, clone the repository from github:
git clone https://github.com/sillybreakfast/termwebbrowser.git
cd termwebbrowser
then, compile the code into an executable:
cargo build --release
mv ./target/release/termwebbrowser .
chmod u+x ./termwebbrowser
(optional) to make it easy to run, move the executable to ~/.local/bin
:
mv ./termwebbrowser ~/.local/bin/