YS-L / csvlens

Command line csv viewer
MIT License
2.47k stars 41 forks source link

add -t for tsv files #47

Closed JojiiOfficial closed 7 months ago

JojiiOfficial commented 7 months ago

As the title says, this PR adds a new command line flag -t or --tab-separated for tsv files which is a shortcut for -d <TAB since TAB is kinda hard to write in the cli.

YS-L commented 7 months ago

Thanks @JojiiOfficial!