Anomalocaridid / handlr-regex

Fork of handlr with support for regex
MIT License
129 stars 5 forks source link

feat: add flags to override the selector options in the config file #62

Closed Anomalocaridid closed 4 months ago

Anomalocaridid commented 4 months ago

Adds --selector, --enable-selector, and --disable-selector flags to handlr get, handlr open, and handlr launch, the three subcommands that use the selector and updated manpages accordingly.

Closes #60