@@ -6,17 +6,42 @@ Shell autocompletions are largely missing in the JavaScript CLI ecosystem. tab p
66
77Additionally, tab supports autocompletions for ` pnpm ` , ` npm ` , ` yarn ` , and ` bun ` .
88
9- ## Who Is Using Tab
10-
119Tab has already been adopted by major tools and CLI frameworks, including:
1210
13- <p align =" center " >
14- <a href =" https://www.cloudflare.com/ " ><img src =" https://github.com/cloudflare.png?size=200 " alt =" Cloudflare " width =" 40 " height =" 40 " ></a >
15- <a href =" https://nuxt.com/ " ><img src =" https://github.com/nuxt.png?size=200 " alt =" Nuxt " width =" 40 " height =" 40 " ></a >
16- <a href =" https://vitest.dev/ " ><img src =" https://github.com/vitest-dev.png?size=200 " alt =" Vitest " width =" 40 " height =" 40 " ></a >
17- <a href =" https://github.com/kazupon/gunshi " ><img src =" https://github.com/kazupon.png?size=200 " alt =" Gunshi " width =" 40 " height =" 40 " ></a >
18- <a href =" https://github.com/clercjs/clerc " ><img src =" https://raw.githubusercontent.com/clercjs/clerc/main/docs/public/logo.webp " alt =" Clerc " width =" 40 " height =" 40 " ></a >
19- </p >
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://vitest.dev/">
27+ <img src="https://github.com/vitest-dev.png?size=200" alt="Vitest" width="64"><br>
28+ Vitest
29+ </a>
30+ </td>
31+ <td align="center">
32+ <a href="https://github.com/kazupon/gunshi">
33+ <img src="https://raw.githubusercontent.com/kazupon/gunshi/main/assets/logo.png" alt="Gunshi" width="64"><br>
34+ Gunshi
35+ </a>
36+ </td>
37+ <td align="center">
38+ <a href="https://github.com/clercjs/clerc">
39+ <img src="https://raw.githubusercontent.com/clercjs/clerc/main/docs/public/logo.webp" alt="Clerc" width="64"><br>
40+ Clerc
41+ </a>
42+ </td>
43+ </tr >
44+ </table >
2045
2146As 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.
2247
0 commit comments