carapace

command argument completion generator for spf13/cobra

APACHE-2.0 License

Stars
267
Committers
12

Bot releases are hidden (Show)

carapace -

Published by rsteube almost 4 years ago

carapace -

Published by rsteube almost 4 years ago

carapace -

Published by rsteube almost 4 years ago

carapace -

Published by rsteube about 4 years ago

carapace -

Published by rsteube about 4 years ago

  • ActionMultiParts now returns Action which improves reusability of Actions
  • subsequently made some changes to the api (Action struct mostly) which isn't final yet and should break some things here and there (for now)
  • custom actions now resided in rsteube/carapace-bin
  • bash completion now has descriptions as well (thanks to https://stackoverflow.com/a/10130007)
carapace -

Published by rsteube about 4 years ago

xonsh: various fixes

carapace -

Published by rsteube about 4 years ago

xonsh: fix completion script (needs to check itself if it is responsible for completion)

carapace -

Published by rsteube about 4 years ago

carapace -

Published by rsteube about 4 years ago

basic support for flags with optional argument

e.g. tail --follow or tail --follow=name

carapace -

Published by rsteube about 4 years ago

shorthand-only support using cornfeedhobo/pflag

carapace -

Published by rsteube about 4 years ago

fish, powershell: fix empty description

carapace -

Published by rsteube about 4 years ago

  • renamed parser binary to caraparse and moved it to rsteube/carapace-bin
  • added ActionUserGroup
  • added ActionKillSignals
  • fix escaping for various characters
carapace -

Published by rsteube about 4 years ago

  • elvish: replaced deprecated display-suffix
  • updated ActionMultiparts as callback (initial version)
carapace -

Published by rsteube over 4 years ago

  • determine shell using parent process name
  • zsh: fix sanitized values
carapace -

Published by rsteube over 4 years ago

  • initial standalone support
  • elvish: snippet fixes and mktemp for callback
  • wildcard positional completion
carapace - added elvish

Published by rsteube over 4 years ago

carapace -

Published by rsteube over 4 years ago

  • added powershell
carapace - support quoted values

Published by rsteube over 4 years ago

  • added support for quoted values in bash/fish
  • no space for trailing slash in bash (fix ActionFiles)
  • added ActionDirectories
carapace -

Published by rsteube over 4 years ago

bash: support spaces in values

carapace -

Published by rsteube over 4 years ago

basic protection against command injection (simply removing specific characters)