fz
DISCONTINUED
autojump
Our great sponsors
fz | autojump | |
---|---|---|
1 | 39 | |
382 | 14,913 | |
- | - | |
0.0 | 0.0 | |
over 1 year ago | about 2 months ago | |
Shell | Python | |
Mozilla Public License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fz
-
Zsh Plugins Commit TOP
fz : - Seamlessly adds fuzzy search to z's tab completion and lets you easily jump around among directories in your history.
autojump
-
Have you made a bash script that improved your life in some way? My examples
Have you tried autojump?
-
What terminal apps are you using?
Dont forget to try Autojump (https://github.com/wting/autojump). Makes CDing to folders such a breeze
-
Is there an easy way to cd into a commonly used folder? Is creating an alias the best way?
Have a look at zoxide or its inspiration, autojump.
-
Jc ā JSONifies the output of many CLI tools
There's a clash of names between this jc and autojump (https://github.com/wting/autojump) jc (jump to child)
-
Is there a CLI tool that allows quick changing of directorys?
Repo for easy reference: https://github.com/wting/autojump
-
Configuring Your Shell Environment
# Set ZSH_CUSTOM if it's not already (used by our PLUGINS_PATH below) if [ -z $ZSH_CUSTOM ]; then ZSH_CUSTOM="$HOME/.oh-my-zsh/custom" fi # Install additional plugins to this path PLUGINS_PATH="${ZSH_CUSTOM}/plugins" # Define function for installing plugins for use below function install-plugin() { plugin_repo=$1 plugin_name=$2 echo "Downloading Plugin: $plugin_name" echo "Using: $plugin_repo" echo "To: $PLUGINS_PATH/$plugin_name" echo "git clone $plugin_repo $PLUGINS_PATH/$plugin_name" git clone $plugin_repo $PLUGINS_PATH/$plugin_name plugin_list="${plugin_list}$plugin_name " } echo "Installing Plugins..." install-plugin https://github.com/djui/alias-tips alias-tips install-plugin https://github.com/wting/autojump autojump install-plugin https://github.com/TamCore/autoupdate-oh-my-zsh-plugins autoupdate install-plugin https://github.com/zsh-users/zsh-autosuggestions autosuggestions echo "Plugins Installed. Add them by copying th following into your ~/.zshrc plugins=( $plugin_list ) " # For auto jump we must install it using it's own script cd "$PLUGINS_PATH/autojump" ./install.py
-
Terminate the Timeworn Terminals
Autojump lets you navigate through your filesystem faster
-
14 Awesome CLI Tools for Modern Software Developers
Autojump is a tool that learns your most frequented directories and allows you to switch to them by using a shortcut.
-
Why linux
Use https://github.com/wting/autojump
-
What are your most useful tools?
Autojump
What are some alternatives?
zoxide - A smarter cd command. Supports all major shells.
z - z - jump around
zsh-z - Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
fasd - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.
fzf - :cherry_blossom: A command-line fuzzy finder
z - Pure-fish z directory jumping
nnn - n³ The unorthodox terminal file manager
zsh-autosuggestions - Fish-like autosuggestions for zsh
direnv - unclutter your .profile
fzf-marks - Plugin to manage bookmarks in bash and zsh
ohmyzsh - š A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
prezto - The configuration framework for Zsh