alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once (by djui)

Alias-tips Alternatives

Similar projects and alternatives to alias-tips

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better alias-tips alternative or higher similarity.

alias-tips reviews and mentions

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 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
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic alias-tips repo stats
6
758
0.0
10 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com