From ea80ce73aed6baa769bc56351b78cdd0e9335fd2 Mon Sep 17 00:00:00 2001 From: AmirSa12 Date: Sat, 11 Oct 2025 10:40:30 +0330 Subject: [PATCH] add gunshi as a user --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c22926e..88a011e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Shell autocompletions are largely missing in the JavaScript CLI ecosystem. tab p Additionally, tab supports autocompletions for `pnpm`, `npm`, `yarn`, and `bun`. +Modern CLI libraries like [Gunshi](https://github.com/kazupon/gunshi) include tab completion natively in their core. + 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. tab solves this complexity by providing autocompletions that work consistently across `zsh`, `bash`, `fish`, and `powershell`.