A re-implementation of bookmark using bubble tea!
go
installed
git clone https://github.com/josiahdenton/mark.git
cd mark
go install .
You may have to add $HOME/go/bin
to your path if you have not yet.
Once complete, you can run mark
from anywhere.
mark
uses a sqlite DB in ~/.mark/mark.db
to persist bookmarks. You can (a)dd, (e)dit, or (d)elete
any of the marks. If you accidentally delete something, hit (u)ndo to add the mark back.
- ran these in zed terminal window
- fix all unit tests
- max size on titles set (to avoid NLs!)
- add help menu
Opening issues welcome.