Hermit assumes that you set $GOPATH in ~/go as the first path.
If not, this does not work. This situation will be improved soon.
Sorry for the inconvenience.
As I showed above, make sure you set $GOPATH in ~/go as the first path in advance.
$ go get github.com/creaaa/hermit# add URL (make sure enclose URL in double quote if it includes `?`)
$ hermit add <"URL"> <alias> [description]
# open URL
$ hermit open <ID or alias>... # can designate multiple values by spacing
# shows list of URLs
$ hermit list
# fetch whether URL returns 404, then update database
$ hermit fetch
# delete URL
$ hermit delete <ID or alias>
# delete only URL that is already 404 (need `hermit fetch` in advance to set up a flag)
$ hermit delete -f
# delete all URLs
$ hermit deleteall
- MacOS v10.13 High Sierra
- Go v1.9.1 or above
- SQLite v3.19.3 or above
