README
¶
bark 
bark is a simple command line bookmarking tool
Installation
The best way to install bark right now is to
- Download a precompiled binary from the releases page.
- Place it in your
PATH
. - Make it executable.
Once you've done that you're ready to go!
Just run bark add https://github.com/jamesbvaughan/bark
to add your first bookmark!
Alternatively, you can use bark from the web interface, which looks like this:
and can be served locally by running
bark serve
.
Usage
Add a bookmark
bark add <URL>
List bookmarks
bark list
Open a bookmark
bark open <ID>
Archive a bookmark
bark archive <ID>
Start the webserver for the web interface
bark serve
Permanently delete a bookmark
bark delete <ID>
Get help
bark help
Get help for a specific command
bark help <COMMAND>
Licence
The MIT License (MIT)
Copyright (c) 2018 James Vaughan
Click to show internal directories.
Click to hide internal directories.