Earlier quoted context omitted.
Love the idea! Already opened the issue and will merge a PR before the next release.
Ah, I didn't mean a newline at the end of the output. Just a space after your shell prompt ($), see e.g. `user@~/code/data$cat` in https://github.com/alexhallam/tv/blob/main/img/column_v_tv2.... .
Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
11–20 of 141 posts
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#12I 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…
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#13I 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…
This looks great! I wonder how long it’ll be until someone posts a long ask snippet that will do something similar and claim this isn’t progress, but rest assured that they are wrong. I’m adding tv to my toolbox.
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#14https://www.visidata.org/ https://www.youtube.com/watch?v=N1CBDTgGtOU
(It does much, much more than pretty printing, but no reason you can't use it for that.)
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#15Why not visidata? https://www.visidata.org/ https://www.youtube.com/watch?v=N1CBDTgGtOU (It does much, much more than pretty printing, but no reason you can't use it for that.)
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#16I 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…
Does your framework support the idea of pre-parsing the file's content and selecting an appropriate renderer, or is it fairly tied to CSVs?
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#17How well does it handle the edge cases of CSV, like escaped commas, quoted text, escaped quotes, and all that fun, fun stuff?
Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#18Re: Show HN: Tidy Viewer – a cross-platform CSV pretty printer for viewer enjoyment
#19Cool project (and written in my favourite language), but I really hate how there's no space at the end of your prompt.