comby icon indicating copy to clipboard operation
comby copied to clipboard

Add subcommands for common operations

Open rvantonder opened this issue 4 years ago • 0 comments

The default positional and anonymous arguments make it challenging to use comby for distinct operations like:

  • rewriting a single pattern
  • just matching files
  • using a configuration file that contains multiple patterns

Subcommands for these operations will help reduce command line trickiness. Currently, the idea is to support:

  • comby find ...
  • comby rewrite ...
  • comby config ...

rvantonder avatar Jul 31 '20 10:07 rvantonder