🌐
GitHub
github.com › rupa › z
GitHub - rupa/z: z - jump around · GitHub
Z(1) User Commands Z(1) NAME z - jump around SYNOPSIS z [-chlrtx] [regex1 regex2 ...
Starred by 17K users
Forked by 1.2K users
Languages   Shell 64.6% | Roff 35.0% | Makefile 0.4%
🌐
GitHub
github.com › agkozak › zsh-z
GitHub - agkozak/zsh-z: Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features. · GitHub
Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features. - agkozak/zsh-z
Starred by 2.4K users
Forked by 79 users
Languages   Shell
🌐
GitHub
github.com › jethrokuan › z
GitHub - jethrokuan/z: Pure-fish z directory jumping · GitHub
Pure-fish z directory jumping. Contribute to jethrokuan/z development by creating an account on GitHub.
Starred by 1.5K users
Forked by 49 users
Languages   Shell
🌐
GitHub
github.com › topics › z-jump
z-jump · GitHub Topics · GitHub
Search or jump to... ... You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. ... Setup your MacOS for web development in few minutes. nodejs atom dotfiles bash zsh zshrc oh-my-zsh iterm osx iterm2 sublime-text vscode nvm zsh-theme dotfile dotfiles-resources dotfiles-install z-jump dotfiles-macos dotfiles-setup
🌐
GitHub
github.com › vors › ZLocation
GitHub - vors/ZLocation: ZLocation is the new Jump-Location · GitHub
ZLocation is the new Jump-Location. Contribute to vors/ZLocation development by creating an account on GitHub.
Starred by 623 users
Forked by 31 users
Languages   PowerShell
🌐
GitHub
github.com › qoomon › zjump
GitHub - qoomon/zjump: Simplify zsh directory navigation; jump to already visited, parent or sub folders. · GitHub
Simplify zsh directory navigation; jump to already visited, parent or sub folders. - qoomon/zjump
Starred by 11 users
Forked by 4 users
Languages   Shell
🌐
GitHub
github.com › FauxFaux › zrs
GitHub - FauxFaux/zrs: faster 'z': jump to frecently used directories
faster 'z': jump to frecently used directories. Contribute to FauxFaux/zrs development by creating an account on GitHub.
Author   FauxFaux
🌐
GitHub
github.com › oh-my-fish › plugin-z
GitHub - oh-my-fish/plugin-z: Integration with z (autojump alternative). · GitHub
Plugin for Oh My Fish that brings z, the jump around utility, to Fish.
Starred by 64 users
Forked by 12 users
Languages   Shell
🌐
GitHub
github.com › gsamokovarov › jump
GitHub - gsamokovarov/jump: Jump helps you navigate faster by learning your habits. ✌️
eval "$(jump shell --bind=z)" eval "$(jump shell --bind=goto)"
Starred by 1.9K users
Forked by 62 users
Languages   Go 87.8% | Shell 6.4% | PowerShell 2.7% | Makefile 2.2% | Nushell 0.9%
Find elsewhere
🌐
GitHub
github.com › topics › jump
jump · GitHub Topics · GitHub
shell bash zsh cli cd fzf fuzzy-search shell-extension zplug command-line-tool shell-scripts autojump fasd jump z command-line-interface fzf-scripts
🌐
GitHub
github.com › j-morano › contemporary-z
GitHub - j-morano/contemporary-z: Contemporary-z: a contemporary version of 'z - jump around'.
* If a directory alias is introduced, 'cz' does 'cd' to the directory. * If a directory name is introduced, 'cz' jumps to the directory (if available) and adds it to the directories database (if it is not already added).
Author   j-morano
🌐
GitHub
github.com › rupa › z › blob › master › z.sh
z/z.sh at master · rupa/z
z - jump around. Contribute to rupa/z development by creating an account on GitHub.
Author   rupa
🌐
GitHub
github.com › JannesMeyer › z.ps
GitHub - JannesMeyer/z.ps: PowerShell utility to jump to your favorite directories · GitHub
PowerShell utility to jump to your favorite directories - JannesMeyer/z.ps
Starred by 102 users
Forked by 5 users
Languages   PowerShell
🌐
GitHub
github.com › ajeetdsouza › zoxide
GitHub - ajeetdsouza/zoxide: A smarter cd command. Supports all major shells. · GitHub
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.
Starred by 37.9K users
Forked by 843 users
Languages   Rust 82.8% | Shell 14.3% | Just 1.5% | Nix 1.4%
🌐
GitHub
github.com › skywind3000 › z.lua
GitHub - skywind3000/z.lua: :zap: A new cd command that helps you navigate faster by learning your habits. · GitHub
Usually, z -I can be aliased to zf (z + fuzzy finder) for convenience. If there are only one path matched, z -I will jump to it directly, fzf will only be invoked for multiple matches.
Starred by 3.1K users
Forked by 145 users
Languages   Lua 90.9% | Python 4.1% | Shell 2.8% | Batchfile 2.2%
🌐
Hacker News
news.ycombinator.com › item
Z – Jump around | Hacker News
January 20, 2024 - Eventually I came up with an alternative using fd¹ and fzf². I have a variant of this in my .zshrc: · function n { cd "$(fd . "${HOME}" --type d --color never | fzf --select-1 --query "${*}")" ls } Call it with `n` and get an interactive fuzzy search for your directories.
🌐
GitHub
github.com › rupa › z › wiki
Home · rupa/z Wiki · GitHub
z - jump around. Contribute to rupa/z development by creating an account on GitHub.
Author   rupa
🌐
GitHub
github.com › rupa › z › blob › master › z.1
z/z.1 at master · rupa/z
z - jump around. Contribute to rupa/z development by creating an account on GitHub.
Author   rupa
🌐
GitHub
github.com › topics › autojump
autojump · GitHub Topics
Jump to used before directory by part of the path or command in xonsh shell. Lightweight zero-dependency implementation of autojump or zoxide projects functionality.