gotypist icon indicating copy to clipboard operation
gotypist copied to clipboard

Accept list of files in -f flag

Open leojonathanoh opened this issue 3 years ago • 2 comments

Currently -f can only take one file.

Would be nice if one could practice against a multiple files e.g. -f foo bar or -f foo,bar etc.

leojonathanoh avatar Apr 10 '21 14:04 leojonathanoh

Note that you can simulate passing multiple files using cat foo bar | gotypist -f -

ssimono avatar Feb 07 '23 18:02 ssimono

nice to know.

leojonathanoh avatar Feb 08 '23 04:02 leojonathanoh