Skip to content

a termweb browser in the terminal. accesses termwebsites from terminalweb/sites.

License

Notifications You must be signed in to change notification settings

terminalweb/browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termwebbrowser

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.

what is the termweb?

the termweb is a fancy name for this repository, which is the repository for all websites accessed by termwebbrowser.

installation

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/

About

a termweb browser in the terminal. accesses termwebsites from terminalweb/sites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages