-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new extend-rows flag (-e) to disable truncation (#116)
Adds a new extend-rows flag (-e) which allows the user to disable row truncation. This is super helpful for wide csv files that are larger than the terminal width. When using this flag, pipe output to `less -S` to be able to use the arrow keys to scroll right and left to actually view the overflowing columns. Eg: `tidy-viewer -e wide.csv | less -S` Or even... to preserve colors through less... `tidy-viewer -a -e wide.csv | less -S`.
- Loading branch information
Showing
4 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters