[READ-ONLY] Mirror of https://github.com/bombshell-dev/tab. shell autocompletions for javascript CLIs
4

Configure Feed

Select the types of activity you want to include in your feed.

add gunshi as a user (#71)

authored by

AmirHossein Sakhravi and committed by
GitHub
(Oct 11, 2025, 10:41 AM +0330) d69864b5 d938d393

+2
+2
README.md
··· 6 6 7 7 Additionally, tab supports autocompletions for `pnpm`, `npm`, `yarn`, and `bun`. 8 8 9 + Modern CLI libraries like [Gunshi](https://github.com/kazupon/gunshi) include tab completion natively in their core. 10 + 9 11 As CLI tooling authors, if we can spare our users a second or two by not checking documentation or writing the `-h` flag, we're doing them a huge favor. The unconscious mind loves hitting the [TAB] key and always expects feedback. When nothing happens, it breaks the user's flow - a frustration apparent across the whole JavaScript CLI tooling ecosystem. 10 12 11 13 tab solves this complexity by providing autocompletions that work consistently across `zsh`, `bash`, `fish`, and `powershell`.