flynt-cli icon indicating copy to clipboard operation
flynt-cli copied to clipboard

Tab command completion

Open dgrdl opened this issue 8 years ago • 1 comments

Would be cool if I could just tab complete flynt commands. Maybe using either one of the following packages for this feature:

  • https://github.com/0x00A/complete
  • https://github.com/mklabs/node-tabtab

dgrdl avatar Jun 02 '17 10:06 dgrdl

it is possible with yargs to generate a bash code completion script that you would have to manually paste into you .profile.

we can do that, but not right now.

domtra avatar Jun 07 '17 09:06 domtra