tabtab
tabtab copied to clipboard
tab completion helpers, for node cli programs & others. Inspired by npm completion
Hello, I've used electron-forge on Linux, which uses tabtab, and I ran into a small bug that seems to be cause by tabtab : the program adds something to ~/.bashrc...
bash seems to wordbreak on ":" as well. When completing `yo backbone:`, bash expands to `yo backbone:backbone:all`
Multiple packages will have a different install locations for tabtab. Either rework tabtab to be installed globally and use it to install "plugins", or make sure to check for file...
## TL;DR How about providing `TABTAB_AUTO_PATH` option as an environment variable? When it's defined, `--auto` installs/uninstalls its generated content into `$TABTAB_AUTO_PATH`. ## Long Story I usually use `zsh` but also...
## Error message ``` fs.js:641 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open 'C:\Users\\AppData\Roaming\npm\node_modules\ serverless\node_modules\tabtab\scripts\C:\Program Files\Git\usr\bin\bash.sh' at Error (native) at Object.fs.openSync (fs.js:641:18) at fs.readFileSync (fs.js:509:33)...
Using `yarn` I installed `tabtab` and `yarn-completions` globally: ``` $ sudo yarn global add tabtab $ sudo yarn global add yarn-completions ``` Now you can see: ``` $ ll /usr/local/share/.config/yarn/global/node_modules/tabtab/.completions/...
Hi, I would like to use tabtab to implement autocomplete in my CLI. I would like to have a seperate config.json file that will contain all my autocompletes and I...
What is the minimum supported `node` version for `node-tabtab`? It doesn't seem to be defined in `.travis.yml` or `package.json`. If it is `node>=4` or higher, you can drop the `object-assign`...
If someone attempts a completion mid-word it may help a completion author to have lastPartialEnd (the remains of the word that is being completed) in addition to lastPartial. As an...
I have yo 1.8.1 installed with completions installed in zsh and bash. The following results are the same for both zsh and bash. I type 'yo ' and hit tab....