/mark

A re-implementation of bookmark using bubble tea!

Primary LanguageGo

mark

A re-implementation of bookmark using bubble tea!

Requirements

  • go installed

Install

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.

Usage

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.

List (Book)marks
image
Search through marks
image
Add/Edit marks
image
  • ran these in zed terminal window

Progress

  • fix all unit tests
  • max size on titles set (to avoid NLs!)
  • add help menu

CONTRIBUTING

Opening issues welcome.