Skip to content
/ www Public

A speed dial for your browser, in your terminal

License

Notifications You must be signed in to change notification settings

jkulton/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

www

www

A speed dial for your browser, in your terminal

Install and Use

The easiest way to install www is with go install. Please have Go installed and $GOPATH/bin in your $PATH

(If you'd rather build manually please clone the repo and go build directly)

  1. Install
go install github.com/jkulton/www@latest
  1. Create a .www file in your home directory, add a JSON object to the file. Each key should be the name of your bookmark, and each value the URL.
echo '{\n  "gh": "https://github.com/"\n}' > ~/.www
  1. Execute www with the name of a bookmark
www gh # opens default browser to https://github.com/
  1. Define more bookmarks in ~/.www!

About

A speed dial for your browser, in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages