config
The root command serves multiple purposes: - Without arguments: Opens interactive bookmark browser (if configured) - With alias argument: Navigates to the bookmarked directory
Example
Section titled “Example”~/foo$ bookmark # create alias "f" that points to ~/foo
~/foo$ bookmark bar # create alias "bar" that points to ~/foobookmark configSource
Section titled “Source”See config.go for implementation details.