Skip to content

edit

The edit command opens a bookmark for editing or opens the entire bookmarks file in the editor.

Terminal window
# Open all bookmarks in editor
bookmark edit
# Open specific bookmark in form
bookmark edit my-alias
Terminal window
bookmark edit [alias]
Flag Type Description
-c, –config string config file path

See edit_cmd.go for implementation details.