nomada - a browser-independent and terminal-based bookmark manager
nomada [ OPTIONS ] COMMAND
Nomada provides a simple and minimal way to manage bookmarks, which are formatted and written into a text file for them to be accessed and/or modified by the program itself or to pipe them to other programs.
display this help and exit
output version information and exit
add a bookmark entry. The user will be promptes for a URL, a name and a protocol (in that order).
edit a specific bookmark entry. The number of the entry must be specified. E.g.: nomada edit 5. Bookmark details will open in the text editor defined by the EDITOR environment variable for the user to modify and will be overwritten once the file is saved and the editor is closed. In case that the EDITOR environment variable isn't set, bookmark details will open in vi(1).
export bookmarks to different file formats. Currently supported formats are: markdown and org. E.g.: nomada export markdown
list all the currently added bookmarks
remove a bookmark entry. The number of the entry must be specified. E.g.: nomada rm 2
print the url of a bookmark. The number of the entry must be specified. E.g.: nomada url 3
Bookmark file. Will default to ~/.local/share/nomada/bookmarks if $XDG_DATA_HOME is not set.
Written by Cyr4x3 <cyr4x3@disroot.org> originally in 2022.
GPLv3
vi(1)