zsh-autosuggestions
zsh-autocomplete
Our great sponsors
zsh-autosuggestions | zsh-autocomplete | |
---|---|---|
89 | 34 | |
22,060 | 1,985 | |
4.1% | - | |
1.0 | 8.6 | |
10 days ago | 10 days ago | |
Shell | Shell | |
MIT License | MIT License |
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.
zsh-autosuggestions
-
Software Suggestion: Interactive Fish like Shell
zsh-autosuggestions
-
Zsh 5.9
+1 on oh-my-zsh
I recommend Oh My Zsh with the zsh-autosuggestions and zsh-syntax-highlighting plugins.
https://github.com/zsh-users/zsh-autosuggestions
https://github.com/zsh-users/zsh-syntax-highlighting
And my custom theme ;) https://github.com/whyboris/dotfiles/blob/main/yboris.zsh-th...
> FISH - mainly because of it's excellent auto-completion that displays as you type.
Said functionality for zsh:
- The Command:βcd ../β
-
Finally daily driving Pop!
zsh autosuggestions (really fun plugin that gives realtime suggestions for terminal commands)
-
It's somewhere in the history.
My personal favorite is a combination of zsh-autosuggestions and binding up arrow to up-line-or-beginning-search. Then you just start typing and either the history item you want is previewed, or you can search with your current input by pressing up repeatedly.
-
I'm lost with zsh / oh-my-zsh - How to add additional auto-complete?
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Created a simple script to fuzzy search through my shell's history using fzf and then insert it into the terminal using xdotool
-
My Windows, Debian (WSL2) Setup
.sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 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
-
Zim β The Zsh configuration framework with blazing speed and modular extensions
Is anyone else mostly rolling with the zsh (not oh-my-zsh) defaults?
After so many years of using Bash I switched to zsh almost a year ago. I use the vanilla zsh set up with 2 plugins:
- https://github.com/zdharma-continuum/fast-syntax-highlightin... for very good and fast syntax highlighting
- https://github.com/zsh-users/zsh-autosuggestions for auto-suggestions
I don't use a plugin manager, instead I put together a ~20 line shell script[0] which handles either cloning or pulling plugins, then you can load them in your zshrc[1].
I haven't found the need for anything else and my whole dev environment is based on using tmux, terminal Vim, etc.. Basically I spend a lot of time there in my day to day.
[0] https://github.com/nickjj/dotfiles/blob/0076e508403c9981e393...
[1] https://github.com/nickjj/dotfiles/blob/0076e508403c9981e393...
zsh-autocomplete
-
Linux Users, when they need to run a command in the terminal. :D
Zsh-autocomplete
-
Fig now supports JetBrains IDEs
Fig is proprietary, requires e-mail and has telemetry
you donβt need Fig, if you have zsh you can use zsh-autocomplete, which is no worse than Fig
-
To add this functionality to the command line, would I need to make a custom shell?
You may have a look at https://github.com/marlonrichert/zsh-autocomplete
-
Show HN: Warp, a Rust-based terminal for the modern age
I use configured zsh which has majority of features mentioned above. It is integrated with fzf and also has autcompletions(with help description), autosuggestions,hints, file completions and more. You can see my zsh dotfiles below.
https://github.com/varbhat/dotfiles/tree/main/dot_config/zsh
I could even have enabled real time type ahead completions with this plugin but i haven't (because i don't need this feature) : https://github.com/marlonrichert/zsh-autocomplete
i use my current configuration on foot terminal (which itself is blazing fast and boasts fastest vtt parser) in linux and kitty terminal (which is very feature rich, even has terminal graphics protocol so that you can even run glxgears(opengl cube demo: https://github.com/michaeljclark/glkitty) on it) on linux and macos.
i am sure that other shells such has fish also has these features.
So, what benefits do i get on switching to warp? currently,i don't see any except few marketing words which aren't enough for me to start using warp.
I might be missing something but i am all ears.
-
IDE-style autocomplete for MacOS terminal
There's an alternative called Oh My Zsh, which is a framework to Zsh, an alternative shell to the default shell. On top of that, with OhMyZsh, you can install plugins like Zsh-autocomplete.
-
Is there a way of showing possible directories when cd'ing?
There's https://github.com/marlonrichert/zsh-autocomplete which looks neat, but I haven't tried it because it also looks overwhelming.
-
Fig is no longer a beta version now. Fig.io
Preset configuration in ZSH plugin form, no external apps: https://github.com/marlonrichert/zsh-autocomplete
-
How to disable `At Top: Hit TAB for more, or the character to insert`?
Maybe this recording helps: https://asciinema.org/a/BluGyxHift2Wxkd9YTePMf1BV . The autocomplete plugin is called zsh-autocomplete.
See this issue
-
AMA: How we built Warp, a Rust-based terminal
zsh-autocomplete Too buggy for my taste, but realtime contextual completions are quite cool.
What are some alternatives?
starship - βποΈ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
powerlevel10k - A Zsh theme
ohmyzsh - π A delightful community-driven (with 2,000+ 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.
Warp - Warp is a blazingly-fast modern Rust based GPU-accelerated terminal built to make you and your team more productive.
fzf - :cherry_blossom: A command-line fuzzy finder
zsh-completions - Additional completion definitions for Zsh.
zsh-history-substring-search - π ZSH port of Fish history search (up arrow)
zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.
zsh-vi-mode - π» A better and friendly vi(vim) mode plugin for ZSH.
autocomplete - Fig adds autocomplete to your terminal.