InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 7 Shell Autocomplete Projects
-
Project mention: Supercharge Your Mac Terminal: A Step-by-Step Guide to iTerm2, Oh My Zsh & Powerlevel10k | dev.to | 2025-02-08
# 1. Backup existing configuration cp ~/.zshrc ~/.zshrc.backup 2>/dev/null || echo "No existing ~/.zshrc" # 2. Install Homebrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # 3. Install iTerm2 brew install --cask iterm2 # 4. Install Oh My Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # 5. Install Powerlevel10k theme git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k sed -i '' 's/ZSH_THEME="robbyrussell"/ZSH_THEME="powerlevel10k\/powerlevel10k"/' ~/.zshrc # 6. Install essential plugins git clone https://github.com/zsh-users/zsh-autosuggestions ${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 brew install autojump # 7. Restart terminal or reload configuration source ~/.zshrc
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
-
-
-
-
-
Project mention: crazy-complete: Generate shell auto-completion files with a single configuration file | dev.to | 2024-10-26
I want to introduce my current project crazy-complete.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell Autocomplete discussion
Shell Autocomplete related posts
-
Install zsh-autocomplete on WSL2
-
Melhorando e configurando seu novo Shell linux. Pt-2
-
Ask HN: Alternatives to fig.io as it has signups disabled?
-
Evalua 1.0.0, Some more clarity on this plugin in the comments
-
[Zsh] ZSH-Auto-complete vs Zsh-Autosuggestions (vs Fig)
-
Autocomplete via adjacent tmux panes?
-
Fuzzy text selector for use with the builtin terminal?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 13 May 2025
Index
What are some of the best open-source Autocomplete projects in Shell? This list will help you:
# | Project | Stars |
---|---|---|
1 | zsh-autosuggestions | 32,886 |
2 | zsh-autocomplete | 5,789 |
3 | kube-aliases | 117 |
4 | zsh-yarn-completions | 46 |
5 | aish | 29 |
6 | zsh-hoco | 11 |
7 | crazy-complete | 7 |