Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
1–10 of 141 posts
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#2tv modifies raw files in the following ways:
1. NA detection and highlighting 2. Printing only significant digits 3. Header and footer meta data
I have been using this a lot at work. There is a lot more work to do, but it is in a usable state.
Give it a try! If you like it then star on Github!
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#3Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#4Cool project (and written in my favourite language), but I really hate how there's no space at the end of your prompt.
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#5Cool project (and written in my favourite language), but I really hate how there's no space at the end of your prompt.
Love the idea! Already opened the issue and will merge a PR before the next release.
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#6Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#7Cool project (and written in my favourite language), but I really hate how there's no space at the end of your prompt.
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#8Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#9Consider adding a code snippet showing a.csv output. I had to watch a video just to see text.
Which is actually worse for screen reader users, I suppose.
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#10I spend a lot of time in the terminal and want to quickly glance at a csv files without making a new script, opening excel, or using a tui. I made tidy-viewer (tv) because current tools like cat and column were not pretty enough. tv modifies raw files in the following ways: 1. NA detection and highlighting 2. Printing only significant digits 3. Header and footer meta data I have been using this a lot at work. There i…