Terminal-based and browser-independent bookmark manager.
Written in POSIX shell, nomada aims to provide a simple and minimal solution to bookmark management.
dmenu-nomada
provided).
Refer to the nomada(1) manual page for details and examples.
Bookmark management is done through a set of simple subcommands:
nomada add
: add a new bookmark.nomada edit
: edit an already existing bookmark.nomada rm
: remove a bookmark.nomada list
: list all currently saved bookmarks.nomada url
: print the url of a specific bookmark.nomada export
: export a list of all currently saved bookmarks to a file in a variety of formats.Edit config.mk as needed, then install with the following command:
# make install
Requirements include awk
and sed
. Although
different implementations may work perfectly, only
Gawk and
GNU sed (which are part of
the GNU Core Utils) have been tested.
Optional requirements are
dmenu and
xargs, needed for the dmenu
script dmenu-nomada
to work.
git clone https://gitlab.com/Cyr4x3/
nomada.git
If you find any bugs, please report them or send a patch to:
cyr4x3 AT disroot DOT org
.