NAME

nomada - a browser-independent and terminal-based bookmark manager

SYNOPSIS

nomada [ OPTIONS ] COMMAND

DESCRIPTION

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.

OPTIONS

-h

display this help and exit

-V

output version information and exit

COMMANDS

add

add a bookmark entry. The user will be promptes for a URL, a name and a protocol (in that order).

edit

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

export bookmarks to different file formats. Currently supported formats are: markdown and org. E.g.: nomada export markdown

list

list all the currently added bookmarks

rm

remove a bookmark entry. The number of the entry must be specified. E.g.: nomada rm 2

url

print the url of a bookmark. The number of the entry must be specified. E.g.: nomada url 3

FILES

$XDG_DATA_HOME/nomada/bookmarks

Bookmark file. Will default to ~/.local/share/nomada/bookmarks if $XDG_DATA_HOME is not set.

AUTHORS

Written by Cyr4x3 <cyr4x3@disroot.org> originally in 2022.

LICENSE

GPLv3

SEE ALSO

vi(1)