diff --git a/Cargo.lock b/Cargo.lock index b81e76c..294d245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,7 +563,7 @@ dependencies = [ [[package]] name = "tidy-viewer" -version = "1.4.30" +version = "1.4.31" dependencies = [ "atty", "calm_io", diff --git a/Cargo.toml b/Cargo.toml index 40b74ea..35f930d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "Unlicense/MIT" name = "tidy-viewer" readme = "README.md" repository = "https://github.com/alexhallam/tv" -version = "1.4.30" +version = "1.4.31" [package.metadata.deb] assets = [ diff --git a/README.md b/README.md index cf9467b..a08bb2e 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ For information on dotfile configuration see `tv --help`. This allows users to s `tv --help` ```txt -tv 1.4.30 +tv 1.4.31 Tidy Viewer (tv) is a csv pretty printer that uses column styling to maximize viewer enjoyment.✨✨📺✨✨ Example Usage: @@ -375,6 +375,8 @@ USAGE: FLAGS: -d, --debug-mode Print object details to make it easier for the maintainer to find and resolve bugs. -e, --extend-width-and-length Extended width beyond term width (do not truncate). Useful with `less -S`. + -f, --force-all-rows Print all rows in file. May be piped to 'less -S'. Example `tidy-viewer + data/diamonds.csv -f -a | less -R` -a, --color-always Always force color output. Example `tv -a starwars.csv | less -R` or `tv -a starwars.csv | bat -p`. The `less` cli has the `-R` flag to parse colored output. -h, --help Prints help information @@ -391,7 +393,7 @@ OPTIONS: (4)dracula (5)solarized light [default: 0] -s, --delimiter The delimiter separating the columns. - -f, --footer