Skip to content

Commit 2c58277

Browse files
authored
chore: update docs (#112)
1 parent 8ea011d commit 2c58277

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,48 @@ Shell autocompletions are largely missing in the JavaScript CLI ecosystem. tab p
66

77
Additionally, tab supports autocompletions for `pnpm`, `npm`, `yarn`, and `bun`.
88

9-
Modern CLI libraries like [Gunshi](https://github.com/kazupon/gunshi) include tab completion natively in their core.
9+
Tab has already been adopted by major tools and CLI frameworks, including:
10+
11+
<table align="center">
12+
<tr>
13+
<td align="center">
14+
<a href="https://www.cloudflare.com/">
15+
<img src="https://github.com/cloudflare.png?size=200" alt="Cloudflare" width="64"><br>
16+
Cloudflare
17+
</a>
18+
</td>
19+
<td align="center">
20+
<a href="https://nuxt.com/">
21+
<img src="https://github.com/nuxt.png?size=200" alt="Nuxt" width="64"><br>
22+
Nuxt
23+
</a>
24+
</td>
25+
<td align="center">
26+
<a href="https://astro.build/">
27+
<img src="https://github.com/withastro.png?size=200" alt="Astro" width="64"><br>
28+
Astro
29+
</a>
30+
</td>
31+
<td align="center">
32+
<a href="https://vitest.dev/">
33+
<img src="https://github.com/vitest-dev.png?size=200" alt="Vitest" width="64"><br>
34+
Vitest
35+
</a>
36+
</td>
37+
<td align="center">
38+
<a href="https://github.com/kazupon/gunshi">
39+
<img src="https://raw.githubusercontent.com/kazupon/gunshi/main/assets/logo.png" alt="Gunshi" width="64"><br>
40+
Gunshi
41+
</a>
42+
</td>
43+
<td align="center">
44+
<a href="https://github.com/clercjs/clerc">
45+
<img src="https://raw.githubusercontent.com/clercjs/clerc/main/docs/public/logo.webp" alt="Clerc" width="64"><br>
46+
Clerc
47+
</a>
48+
</td>
49+
</tr>
50+
</table>
1051

1152
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.
1253

0 commit comments

Comments
 (0)