A dumb resource bookmarks CLI system heavly based on search rather then organize.
Usage: bookmarks [OPTIONS] COMMAND [ARGS]...
A dumb bookmarks system.
Options:
--help Show this message and exit.
Commands:
editor Open default editor to write notes about a resource.
find Find a bookmark.
ls List all bookmarks.
rm Remove target bookmark.
touch Create or update a bookmark.
Maybe you will find one of these tips handy:
- Make sure
~/.local/bin
is in your$PATH
; git clone https://github.com/matteocellucci/bookmarks.git
;ln -s $(pwd)/bookmarks/bookmarks.py ~/.local/bin/bookmarks
;- Enjoy
bookmarks
from anywhere.
git clone https://github.com/matteocellucci/bookmarks.git
;cd bookmarks
pip install -e .
- Enjoy
bookmarks
from anywhere.