Is there any way to jump to a location based on the parent directory? Most of the times the code base will have the same child directory name such as src
. In the following case, is there a way to jump to /tmp/temp1/test1
?
$ j -s
10.0: /tmp/temp1/test1
14.1: /tmp/temp2/test1
28.3: /tmp
________________________________________
52: total key weight
3: stored directories
28.28: current directory weight
db file: /home/<user>/.local/share/autojump/autojump.txt
$ j temp1
autojump: directory 'temp1' not found
Try `autojump --help` for more information.
Thanks.