tabtab icon indicating copy to clipboard operation
tabtab copied to clipboard

tab completion helpers, for node cli programs & others. Inspired by npm completion

Results 42 tabtab issues
Sort by recently updated
recently updated
newest added

> The { name, description } approach is preferable in case you have completion items with : in them. Can you use `.split(':', 2)` with a limit of two so...

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [remark-cli](https://github.com/remarkjs/remark). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies

Between using `nodenv` to manage multiple versions of node and `npx` to execute and install packages rather than global installations, `tabtab` has trouble managing the installation locations of packages and...

bug

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

http://www.leeholmes.com/blog/2012/09/13/bash-like-tab-completion-in-powershell/ powershell became a very capable terminal emulator, see how we could support windows completion.

Bumps [async](https://github.com/caolan/async) from 2.6.1 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

Inquirer is quite bloated due to its dependencies (namely rxjs and lodash). It'd be great if someone could replace inquirer with enquirer assuming no functionality is lost :) * https://packagephobia.com/result?p=inquirer%408.2.0%2Cenquirer%402.3.6...