Skip to content

nykula/bookmark-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmark-store

Store your bookmarks in Git.

Installation

Download from GitHub:

curl https://github.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

About

Store your bookmarks in Git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages