Node:bookmark, Next:cache, Previous:alias, Up:Yafc commands
bookmark
Handle bookmarks. If no options are given, the default action is to create a bookmark for the current open connection. If no bookmark name is given on the command line, the bookmark will be given an alias based upon the hostname.
Usage:
bookmark [options] [bookmark name ...]
Options:
-s[FILE]
--save[=FILE]
- Save bookmarks in memory to file. If the optional parameter FILE is
omitted, save to default bookmarks file
workdir/bookmarks
. -e
--edit
- Start editor (found in $EDITOR environment variable) with your bookmarks file.
-r[FILE]
--read[=FILE]
- Read bookmarks from bookmarks file, or file given by optional parameter
FILE.
-d
--delete
- Delete bookmarks given as arguments to
bookmark
. The bookmarks file will be rewritten. -l
--list
- List bookmarks in memory.
-u
--noupdate
- Toggle the noupdate flag. If no bookmarks are specified on the command
line, only the current bookmark is affected. The bookmarks file will be
rewritten.
-h
--help
- Show short syntax description.