diff --git a/README.md b/README.md index 7601ecc..97a28a1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,48 @@ 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. +Tab has already been adopted by major tools and CLI frameworks, including: + + + + + + + + + + +
+ + Cloudflare
+ Cloudflare +
+
+ + Nuxt
+ Nuxt +
+
+ + Astro
+ Astro +
+
+ + Vitest
+ Vitest +
+
+ + Gunshi
+ Gunshi +
+
+ + Clerc
+ Clerc +
+
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.