autojump is a command line utility similar to cd. It helps speeds up file navigation by maintaining a history of directories that have been previously navigated by the user. If there are directories with the same name, autojump maintains a weighted history to favor the most frequently accessed directory.
cheat sheet:
- check weight
j -s
- autojump help
j --help
- jump to a directory
j foo
- jump to a child directory
jc bar
-The o command opens the file manager
jo foo
Top comments (1)
Thanks for posting this, I never knew about this