zsh-autosuggestions

Fish-like autosuggestions for zsh (by zsh-users)

Zsh-autosuggestions Alternatives

Similar projects and alternatives to zsh-autosuggestions

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

zsh-autosuggestions reviews and mentions

Posts with mentions or reviews of zsh-autosuggestions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • [Question] What are the best plugins for zsh ?
    8 projects | reddit.com/r/zsh | 28 May 2023
    Two by far the most popular plugins are zsh-syntax-highlighting and zsh-autosuggestions. They are of high quality and quite useful.
  • Configuração do Windows para desenvolvimento
    7 projects | dev.to | 26 May 2023
    echo "Installing zsh-autosuggestions" git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions echo "Installing zsh-syntax-highlighting" git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting echo "Installing asdf" git clone https://github.com/asdf-vm/asdf.git ~/.asdf
  • Command completion
    2 projects | reddit.com/r/termux | 24 Apr 2023
    Then install this plugin: https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
  • [Zsh] ZSH-Auto-complete vs Zsh-Autosuggestions (vs Fig)
    3 projects | reddit.com/r/enfrancais | 18 Apr 2023
  • ZSH + Oh My ZSH! on Windows with WSL
    4 projects | dev.to | 3 Mar 2023
    git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
  • Wrote a "plugin manager" shell function. Any ideas for improvement?
    5 projects | reddit.com/r/zsh | 13 Feb 2023
    if (($+commands[git])); then use_plugin() { local root_dir="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/plugins" local plugin_name=${1:t} # grabbing the 5th field works for a Github url, not necessarily for every url. local plugin_dir=$root_dir/${1//[/:]/_} if ! [[ -d $plugin_dir ]] echo $EPOCHSECONDS > $plugin_dir/update_timestamp # don't continue if cloning failed git clone --depth 1 "$1" "$plugin_dir" || return local timestamp read -r timestamp < $plugin_dir/update_timestamp if ((EPOCHSECONDS - timestamp > 864000)); then # don't update timestamp if pull failed git -C $plugin_dir pull && echo $EPOCHSECONDS > $plugin_dr/update_timestamp # Match common source filenames local file for file in ($plugin_name|${plugin_name:l}).(plugin.zsh|zsh|zsh-theme)(N); do source $plugin_dir/$filename && break done } use_plugin 'https://github.com/zsh-users/zsh-autosuggestions' use_plugin 'https://github.com/zsh-users/zsh-syntax-highlighting' fi
    5 projects | reddit.com/r/zsh | 13 Feb 2023
    use_plugin 'https://github.com/zsh-users/zsh-autosuggestions' use_plugin 'https://github.com/zsh-users/zsh-syntax-highlighting' ```
  • How to get zsh-autosuggestions and zsh-syntax-highlighting working when installed with xbps?
    2 projects | reddit.com/r/voidlinux | 29 Jan 2023
    So I chose to install https://github.com/zsh-users/zsh-autosuggestions and https://github.com/zsh-users/zsh-syntax-highlighting using xbps. Do I need to do anything else to get them working?
  • Fish like autosuggestion commands description in zsh!
    2 projects | reddit.com/r/zsh | 29 Jan 2023
    There's a popular autosuggestion extension (https://github.com/zsh-users/zsh-autosuggestions) which puts dimmed suggestions from the command history in front of the cursor. I use & like it a lot -- however it doesn't do command descriptions as in your sample picture. fzf-tab does something similar, though (https://github.com/Aloxaf/fzf-tab); I find it very useful likewise.
  • Why should I care wether my shell is POSIX compliant?
    6 projects | reddit.com/r/archlinux | 25 Jan 2023
    use zsh with the autosuggestions and syntax-highlighting plugins if you want a posix shell with the same features as fish.
  • A note from our sponsor - ONLYOFFICE
    www.onlyoffice.com | 1 Jun 2023
    Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises Learn more →

Stats

Basic zsh-autosuggestions repo stats
128
26,316
0.0
6 days ago
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
www.onlyoffice.com