Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 669 Bytes

README.md

File metadata and controls

56 lines (42 loc) · 669 Bytes

bookmark-store

Store your bookmarks in Git.

Installation

Download from GitHub:

curl https://raw.githubusercontent.com/makepost/bookmark-store/master/src/like.sh > ~/.local/bin/like

Make executable:

chmod +x ~/.local/bin/like

Usage

Create repository:

ssh example.com git init --bare bookmark-store

Initialize local clone:

like init example.com:bookmark-store

Add bookmark:

like https://www.passwordstore.org/

List bookmarks:

like

Remove bookmark:

like rm https://www.passwordstore.org/

Push to origin:

like push

Pull from origin:

like pull

License

MIT