alias-tips VS awesome-zsh-plugins

Compare alias-tips vs awesome-zsh-plugins and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
alias-tips awesome-zsh-plugins
6 15
761 14,441
- -
0.0 9.4
11 months ago 12 days ago
Python Shell
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

alias-tips

Posts with mentions or reviews of alias-tips. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-18.
  • Configuring Your Shell Environment
    8 projects | dev.to | 18 Oct 2022
    # 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
  • why save time when you can save some keystrokes
    1 project | /r/ProgrammerHumor | 5 Aug 2022
    There’s a zsh plugin for that: https://github.com/djui/alias-tips
  • How I Find and Alias Terminal Commands
    1 project | /r/zsh | 10 Feb 2022
    https://github.com/djui/alias-tips this is different but I found it quite useful, it will give you shorter version of commands if you have aliases matched the current commands
  • Why Does The Business Care? with Michael Heap
    11 projects | dev.to | 9 Feb 2022
    The best plugin that I've seen recently is alias-tips, which if you run the command and you've got an alias configured for that, it pops up and says, "Hey, don't forget you can type this." So if I'm using Kubernetes and I write Kubectl, apply -f and then the manifest path, it'll say, "Hey, don't forget you can just run K-A-F, and then the path." So that's probably the best plugin that I've seen recently.
  • Zsh Plugins Commit TOP
    102 projects | dev.to | 25 Dec 2021
    alias-tips 🥇 - An oh-my-zsh plugin to help remembering those aliases you defined once.
  • 🧢 Stefan's Web Weekly #19
    5 projects | dev.to | 16 May 2021
    👉 Install alias-tips

awesome-zsh-plugins

Posts with mentions or reviews of awesome-zsh-plugins. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-19.
  • Enchula Mi Consola
    11 projects | dev.to | 19 Dec 2023
    Hay mas recursos en: Zsh's Awesome List.
  • Pimp your CLI
    13 projects | dev.to | 19 Dec 2023
    Make sure to checkout Zsh's Awesome List for more.
  • [Question] What are the best plugins for zsh ?
    8 projects | /r/zsh | 28 May 2023
    Have a look at awesome Zsh. You can find pretty much everything there. If that’s too much, searching GitHub labels is a good way to find plugins by popularity (aka: number of stars).
  • Plugin to list, access or open a tmux session when a new shell is opened.
    3 projects | /r/zsh | 24 Sep 2022
    I was just looking through this zsh "awesome list" looking for inspiration for stuff to try (i.e. procrastinating) and noticed this commit. Damn that was fast haha!
  • I think zsh4humans is for experts despite the name, what do you think?
    4 projects | /r/zsh | 31 Jul 2022
    Speaking as a (fairly jaded) developer with commit access to Prezto, I tend to agree, though many of these monolithic frameworks solved the discovery problem - lots of built-in plugins let people just enable what they wanted rather than having to search around for what they were looking for. Other than large lists like awesome-zsh-plugins there's not a great way to find them, let alone know they're going to be maintained in the future.
  • What are really usefull ZSH plug-ins?
    11 projects | /r/programming | 7 Jul 2022
  • What is the best plugin manager in your opinion?
    13 projects | /r/zsh | 5 Jul 2022
    If you want to see what plugins are available, you should start with Awesome Zsh Plugins: https://github.com/unixorn/awesome-zsh-plugins
  • The only Linux command you need to know
    6 projects | news.ycombinator.com | 2 Jun 2022
    Zsh is a superset of Bash. There's little-to-no learning curve from switching, if you just stick with Bash syntax, and many advantages.

    Here is a good overview on Zsh vs. Bash [0].

    My favorite Zsh feature is the plugin ecosystem [3]. Oh My Zsh [1] and Starship [2] are awesome.

    [0]: https://apple.stackexchange.com/questions/361870/what-are-th...

    [1]: https://ohmyz.sh/

    [2]: https://starship.rs/

    [3]: https://github.com/unixorn/awesome-zsh-plugins

  • Overhaul your Terminal with Zsh + Plugins + More
    2 projects | dev.to | 1 Apr 2022
    To take things further, I recommend checking out this curated list of plugins.
  • My coding setup (2022)
    9 projects | dev.to | 21 Feb 2022
    No surprise here, if you never heard about zsh go replace you default bash my this shell, it offer a plugin system where the community coded a bunch of very useful tools

What are some alternatives?

When comparing alias-tips and awesome-zsh-plugins you can also consider the following projects:

zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.

awesome-newsletters - A list of amazing Newsletters

zx - A tool for writing better scripts

bat - A cat(1) clone with wings.

readme.so - An online drag-and-drop editor to easily build READMEs

starship - ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

autojump - A cd command that learns - easily navigate directories from the command line

termux-ohmyzsh - Colorize your termux! Oh-my-zsh included!

emoji-cheat-sheet - A markdown version emoji cheat sheet

zsh-nix-shell - zsh plugin that lets you use zsh in nix-shell shells.

git-secrets - Prevents you from committing secrets and credentials into git repositories

ohmyzsh - 🙃 A delightful community-driven (with 2,300+ 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.