[NLUUG]   Welcome to ftp.nluug.nl
Current directory: /os/Linux/distr/salix/sbo/15.0/system/zoxide/
 
Current bandwidth utilization 1802.82 Mbit/s
Bandwidth utilization bar
Contents of README:
Zoxide is a smarter cd command, inspired by z and autojump.
It remembers which directories you use most frequently, so you can 
"jump" to them in just a few keystrokes.
Zoxide works on all major shells.

z foo             # cd into highest ranked directory matching foo
z foo bar         # cd into highest ranked directory matching 
                    foo and bar
z foo /           # cd into a subdirectory starting with foo

z ~/foo           # z also works like a regular cd command
z foo/            # cd into relative path
z ..              # cd one level up
z -               # cd into previous directory

zi foo            # cd with interactive selection (using fzf)

z foo<SPACE><TAB> # show interactive completions 
                  (zoxide v0.8.0+, bash 4.4+/fish/zsh only)

Add zoxide to your shell:

Bash: 
Add this to your configuration (usually ~/.bashrc):
eval "$(zoxide init bash)"

Fish:
Add this to your configuration (usually ~/.config/fish/config.fish):
zoxide init fish | source

Zsh:
Add this to your configuration (usually ~/.zshrc):
eval "$(zoxide init zsh)"

For completions to work, the above line must be added after compinit is 
called. You may have to rebuild your cache by running 
rm ~/.zcompdump*; compinit.

more data in the github page.

Icon  Name                                   Last modified      Size  
[DIR] Parent Directory - [   ] README 13-Aug-2022 05:44 1.2K [TXT] slack-desc 13-Aug-2022 05:44 693 [TXT] zoxide.SlackBuild 20-Aug-2022 05:10 4.7K [   ] zoxide.info 12-Aug-2023 03:45 17K

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!