Marks

Repo

Marks uses dmenu to provide a simple interface for accessing bookmarks. It is browser agnostic.

Dependencies:

Usage

To start using marks, create a file that contains a list of your bookmarks seperated by newlines. At the end of every URL you can include a semicolon and then the "tags"

https://coolurl.com; fun, games, entertainment
https://news.example; news, anger 
after that simply edit the script and change the "bookmarks_file" variable to be the location of your bookmarks file.
bookmarks_file=/location/of/bookmarks/file

Open bookmark

[~] $ marks

Add bookmark

Highlight the URL you want to add and run

[~] $ marks add

or add the bookmark with an argument

[~] $ marks add example.org

Edit bookmarks

Open bookmarks file in $EDITOR

[~] $ marks edit

Edit one particular bookmark

[~] $ marks change

and then type in what you want the bookmark to be. This can be useful for quick edits.