carykh / recordTrimEdit

Records audio, trims it, and allows you to edit it, all in one fell swoop.
MIT License
70 stars 11 forks source link

Make CLI flags for config file options and/or allow standard directories for configuration instead of current directory #11

Open ThatOneCalculator opened 7 months ago

ThatOneCalculator commented 7 months ago

Allowing command option flags for greater portability and/or scanning directories like $HOME/.config/recordEditTrim would allow the script to be installed in a standard binary directory without having to configure it in that directory, which is considered bad practice.

Frankly, the easier option for both implementation and usage would be CLI flags.

ben9583 commented 7 months ago

I would definitely consider this a nice-to-have, so if somebody wants to work on this I'd be happy to review it. Other than that I'm focusing my time on stability for now.