Skip to content

delete

The delete command removes a bookmark by its alias. By default, it will prompt for confirmation before deleting.

Terminal window
~/foo
$ bookmark # create alias "f" that points to ~/foo
~/foo
$ bookmark delete f # delete alias "f"
Terminal window
bookmark delete <alias>
Flag Type Description
-c, –config string config file path
-f, –force bool skip confirmation

See delete_cmd.go for implementation details.