Skip to content

config

The root command serves multiple purposes: - Without arguments: Opens interactive bookmark browser (if configured) - With alias argument: Navigates to the bookmarked directory

Terminal window
~/foo
$ bookmark # create alias "f" that points to ~/foo
~/foo
$ bookmark bar # create alias "bar" that points to ~/foo
Terminal window
bookmark config

See config.go for implementation details.