SaaSHub helps you find the best software and product alternatives Learn more →
Inshellisense Alternatives
Similar projects and alternatives to inshellisense
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
-
-
-
-
-
-
-
-
-
shell-bling-ubuntu
A few scripts to be run on a fresh-off-the-presses Ubuntu VM, in order to get its shell nice 'n purdy.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
inshellisense discussion
inshellisense reviews and mentions
-
Show HN: Intellisense style autocompletions inside of Bash
I've been working on my Bash plugin called flyline for a few months now and thought I'd show my latest feature: popup Intellisense style autocompletions.
The completions are generated using Bash's existing completion framework (commonly scop/bash-completion or your own completion scripts). And if you don't have a completion script setup, flyline will try to synthesize one on the fly () using man pages or --help output!
This is similar to https://github.com/microsoft/inshellisense but inshellisense only works for a hardcoded list of completions specifications and runs in a different process as Bash.
Flyline has a bunch of other features, so if you're interested you can check it out here: https://github.com/HalFrgrd/flyline. Thanks!
-
iTerm2 3.5.0
Me too! It's alright, but as I said I really would like it to be IDE-style, with multiple suggestions in a box that I can see all at once and flip through.
There is this: https://github.com/microsoft/inshellisense?tab=readme-ov-fil...
But it doesn't look really "seamless" to me yet, though admittedly I did not give it a proper try.
- Carapace: A multi-shell completion library and binary
-
Fig Is Sunsetting
withfig/autocomplete is also used by other projects, who might be in a position to fork if something happens. The ones I know of are:
- https://github.com/microsoft/inshellisense
- FLaNK Stack Weekly for 13 November 2023
- inshellisense: IDE style command line auto complete
- Show HN: Inshellisense – IDE style shell autocomplete
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Sep 2026
Stats
microsoft/inshellisense is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of inshellisense is TypeScript.