[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.

chore: update readme (#98)

authored by

AmirHossein Sakhravi and committed by
GitHub
(Dec 28, 2025, 2:14 PM +0330) efaa0603 476b1c0b

+7 -5
+7 -5
README.md
··· 14 14 15 15 ## Installation 16 16 17 - ### For Package Manager Completions (Global install is recommended) 17 + ### For Package Manager Completions 18 + 19 + > **Note:** Global install is recommended 18 20 19 21 ```bash 20 22 npm install -g @bomb.sh/tab ··· 97 99 98 100 ```bash 99 101 # Generate and install completion scripts 100 - npx @bomb.sh/tab pnpm zsh > ~/.pnpm-completion.zsh && echo 'source ~/.pnpm-completion.zsh' >> ~/.zshrc 101 - npx @bomb.sh/tab npm bash > ~/.npm-completion.bash && echo 'source ~/.npm-completion.bash' >> ~/.bashrc 102 - npx @bomb.sh/tab yarn fish > ~/.config/fish/completions/yarn.fish 103 - npx @bomb.sh/tab bun powershell > ~/.bun-completion.ps1 && echo '. ~/.bun-completion.ps1' >> $PROFILE 102 + tab pnpm zsh > ~/.pnpm-completion.zsh && echo 'source ~/.pnpm-completion.zsh' >> ~/.zshrc 103 + tab npm bash > ~/.npm-completion.bash && echo 'source ~/.npm-completion.bash' >> ~/.bashrc 104 + tab yarn fish > ~/.config/fish/completions/yarn.fish 105 + tab bun powershell > ~/.bun-completion.ps1 && echo '. ~/.bun-completion.ps1' >> $PROFILE 104 106 ``` 105 107 106 108 Example in action: