Visual Autocomplete #4251
Replies: 5 comments 2 replies
-
checkout https://carapace.sh/ |
Beta Was this translation helpful? Give feedback.
-
I use fzf-tab https://github.com/Aloxaf/fzf-tab Works great. Here's my shell config for auto-complete: https://github.com/integralist/dotfiles/blob/main/.config%2Fzsh%2Fautocomplete.zsh |
Beta Was this translation helpful? Give feedback.
-
I have tried products like carapace, but none of them are as natural as Fig (Amazon Q). However, Amazon Q is too intrusive; at the same time, it is also a commercial software. Ghostty needs to inherit and standardize this feature!
I have added a screenshot showing the appearance of Fig (Amazon Q) running in iTerm2. They promised to provide support for Ghostty soon, but I still look forward to Ghostty having this feature built-in! |
Beta Was this translation helpful? Give feedback.
-
iTerm2 has autocomplete based on anything in the current tab's buffer: I find this extremely useful:
Every time I've tried another terminal, this is the one feature that gets me coming back to iTerm2. The combination of fast + useful just can't be beat; this is something I use probably dozens of times a day.
|
Beta Was this translation helpful? Give feedback.
-
I don't think Ghostty will bake-in such a feature. I recently came across carapace.sh/. I think it does a good job. For AI integration. Warp AI assistant has been getting better recently. Been using Warp + fishshell for almost a year and it's been a smooth experience. 👀 Waiting for Ghostty to implement |
Beta Was this translation helpful? Give feedback.
-
Have a GUI window to display suggestions for completing commands..
i.e:
when a user types
git c[tab]
, it will show a window with a list ofgit
subcommands that start withc
.when a user types
git checkout [tab]
, it will show a window with branches to checkout.Prior art:
Beta Was this translation helpful? Give feedback.
All reactions