Folder jumping and Z script
Posted: 12 Jun 2019 13:47
The best thing for jumping around (that I know of) is a https://github.com/rupa/z in terminal.
Say I've recently visited these directories:
User/git/HardProject/Code/Feature
User/Projects/HardProject/Documentation/HardFeature
User/Projects/EasyProject/Something
User/Projects/EasyProject/Documentation/HardFeature
I can easily jump to these folders via:
z Code
z HardF
z Easy Feature --> Takes me to User/Projects/EasyProject/Documentation/HardFeature, not User/Projects/EasyProject/Something
The script maintains a list of likely folders to jump based on the folders I've visited.
In XYplorer, "Go To" (Ctrl+G) does something similar, but not quite. I does not support multiple expressions like "Easy Feature" and it seems that some folders I've visited recently aren't listed.
Note: Hotlist might also be considered similar, but there, I have to press down key instead of typing for the best match.
Questions:
1) How does Go To work?
2) Is there an option to have a mix of "Go To" and Z script functionality in XYplorer?
3) Are there any other, better ways of jumping to work folders? How do experienced XYplorer users do it?
Say I've recently visited these directories:
User/git/HardProject/Code/Feature
User/Projects/HardProject/Documentation/HardFeature
User/Projects/EasyProject/Something
User/Projects/EasyProject/Documentation/HardFeature
I can easily jump to these folders via:
z Code
z HardF
z Easy Feature --> Takes me to User/Projects/EasyProject/Documentation/HardFeature, not User/Projects/EasyProject/Something
The script maintains a list of likely folders to jump based on the folders I've visited.
In XYplorer, "Go To" (Ctrl+G) does something similar, but not quite. I does not support multiple expressions like "Easy Feature" and it seems that some folders I've visited recently aren't listed.
Note: Hotlist might also be considered similar, but there, I have to press down key instead of typing for the best match.
Questions:
1) How does Go To work?
2) Is there an option to have a mix of "Go To" and Z script functionality in XYplorer?
3) Are there any other, better ways of jumping to work folders? How do experienced XYplorer users do it?