Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 714 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 714 Bytes

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!