menyoki icon indicating copy to clipboard operation
menyoki copied to clipboard

CLI is awkward to use

Open svenstaro opened this issue 1 year ago • 1 comments

Describe the bug I think the CLI is a bit awkward to use and overuses subcommands in favor of flags.

To Reproduce For instance, menyoki record --root --size $(slop) apng save /tmp/hello.apng. This is somewhat awkward.

Expected behavior How about menyoki record --size-select --format apng --output /tmp/hello.apng. I think this makes a lot more sense. We could also have a shortform -f apng -o /tmp/hello.apng.

svenstaro avatar May 24 '23 20:05 svenstaro

Related: https://github.com/orhun/menyoki/issues/43

AlexDaniel avatar Aug 24 '23 13:08 AlexDaniel