bjpop / gurita

A convenient and expressive tool for data analytics and plotting on the command line
MIT License
6 stars 3 forks source link

Use file extension to choose input file type if the extension is .csv or .tsv #17

Closed bjpop closed 3 years ago

bjpop commented 3 years ago

If the input file name ends with .csv or .tsv this should determine the input file type, unless overridden by --filetype.

bjpop commented 3 years ago

Already implemented. Docs now updated.