SaaSHub helps you find the best software and product alternatives Learn more →
Autojump Alternatives
Similar projects and alternatives to autojump
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
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.
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
ohmyzsh
🙃 A delightful community-driven (with 2,200+ 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.
-
-
-
-
-
-
-
jq
Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)
-
zsh-syntax-highlighting
Fish shell like syntax highlighting for Zsh.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
autojump reviews and mentions
- Cdpath: Easily Navigate Directories in the Terminal
-
People who use the terminal all the time. What are you up to?
I switched to linux recently and iam loving it the speed and CLI tools that linux provides are amazing you can do anything imaginable in the terminal i use Spotify in the terminal navigate very very fast using auto-jump and its just easier than navigating all those uis and using the keyboard for everything is way faster and easier on your hand than the mouse and keyboard combination especially if you use a window manager
-
stupid Linux tricks - cd one shell to the current dir of another, without using the clipboard, mouse, or even the pwd command
If you're interested in these types of things take a look at https://github.com/agkozak/zsh-z or https://github.com/wting/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
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa513a518>
www.saashub.com | 8 Dec 2023
Stats
wting/autojump is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of autojump is Python.