Commit Graph

519 Commits (159f234b78b5ad4e4f156a3a650410d4412bacc3)
 

Author SHA1 Message Date
sh-tech 159f234b78 translate Key Features & How to Use 6 years ago
sh-tech 3ec96127f2 translate table of contents 6 years ago
sh-tech a9acb2711b copy README.md (NOT translate yet) 6 years ago
sharkdp a3182e68e4 Update .gitattributes 6 years ago
sharkdp 0691b18231 Add assets/.gitattributes 6 years ago
sharkdp c711cd1b2e Update .gitattributes 6 years ago
sharkdp 14e6b41a5f Add .gitattributes 6 years ago
Arnav Borborah 532af6556d Use Rust inclusive range (stable in 1.26) 6 years ago
David Peter 26717b0cd2
Update README.md 6 years ago
David Peter 1f177f0a1c
Update README.md 6 years ago
David Peter 54c81fa543
Update README.md 6 years ago
David Peter 34dee9e3aa
Updates for README 6 years ago
David Peter c073d4a118
Add new image 6 years ago
sharkdp e79c5516bf Bump version, update assets 6 years ago
sharkdp 4776c2a575 Update man page 6 years ago
sharkdp f98a96c1ed Update help text 6 years ago
sharkdp 8a3446d219 Update dependencies 6 years ago
David Peter 5d5bf616ca
Update README.md 6 years ago
sharkdp b68c038db8 Update link to new issue 6 years ago
dependabot[bot] 1117d2f9cb Bump syntect from 3.0.1 to 3.0.2
Bumps [syntect](https://github.com/trishume/syntect) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/trishume/syntect/releases)
- [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trishume/syntect/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
David Peter d0ba5bcb32 Wording 6 years ago
Ricky f8d39d5624 Resolving requested changes 6 years ago
Ricky 9998e2eac6 Initial commit of updated README for config file formatting 6 years ago
sharkdp 7cac07d845 issue #383: Handle cases like `PAGER=/usr/bin/bat` 6 years ago
Rodrigo Orem 148caa1381 Fix code style 6 years ago
Rodrigo Orem ab27cac0cc Remove args when change from bat to less 6 years ago
Rodrigo Orem 01fcbf2183 Better placement of bat detection 6 years ago
Rodrigo Orem 8a0c30b385 Avoid endless bat executions with PAGER="bat"
From issue #383
6 years ago
Dany Marcoux bc21c4d0e0 Add openSUSE installation instructions 6 years ago
dependabot[bot] 0800562ba2 Bump content_inspector from 0.2.3 to 0.2.4
Bumps [content_inspector](https://github.com/sharkdp/content_inspector) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/sharkdp/content_inspector/releases)
- [Commits](https://github.com/sharkdp/content_inspector/compare/v0.2.3...v0.2.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
sharkdp 1f9befbcd1 Update SHA1 in TOML submodule 6 years ago
sharkdp a5c779c518 Update path to TOML syntax remote 6 years ago
dependabot[bot] f37f100352 Bump lazy_static from 1.1.0 to 1.2.0
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.1.0...1.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
6 years ago
Nisheet Sinvhal 18d1a3b973 Changed italics to use-italic-text in config
Better placing of italics in help and also added long_help for it
6 years ago
Nisheet Sinvhal dc10246bd2 Linting 6 years ago
Nisheet Sinvhal 44bdae0212 Linting 6 years ago
Nisheet Sinvhal 1ece38a4c4 Changed flag name 6 years ago
Nisheet Sinvhal e90308e1f8 italics enable|disable working 6 years ago
Nisheet Sinvhal d702d6740c Added args 6 years ago
sharkdp c6a526f99c Run 'cargo run' only once 6 years ago
sharkdp 278d841408 Move '--paging' arg to config file. 6 years ago
sharkdp 5f576f1ecf Remove all relevant environment variables during testing 6 years ago
sharkdp 48c6ea6b25 Simplify integration test setup 6 years ago
Ricky 558134f6c8 Changed to unwrap methods, added integration tests 6 years ago
Ricky 1dd57e6d7e Ran rust fmt 6 years ago
Ricky 20ba84d1fa Added in environment variable and the result is a file check in config.rs 6 years ago
sharkdp e81f9b23e6 Fix `--show-all` for UTF-16 encoding 6 years ago
sharkdp 50dc4a79b0 Display line-feed as instead of 6 years ago
sharkdp 8fa8f44706 Use `↹` character if tab-width == 1. 6 years ago
sharkdp ecd862d9ff Feature: Highlight non-printable characters
Adds a new `-A`/`--show-all` option (in analogy to GNU Linux `cat`s option) that
highlights non-printable characters like space, tab or newline.

This works in two steps:
- **Preprocessing**: replace space by `•`, replace tab by `├──┤`, replace
newline by `␤`, etc.
- **Highlighting**: Use a newly written Sublime syntax to highlight
these special symbols.

Note: This feature is not technically a drop-in replacement for GNU `cat`s
`--show-all` but it has the same purpose.
6 years ago