Commit Graph

117 Commits (cc7b89faf822d773a5ec74f3c80320ff06863af8)

Author SHA1 Message Date
sharkdp 7779d9f622 Allow for non-unicode filenames, closes #225 5 years ago
Liam Kalir 5ef1c6cce2 Grammar touch-ups, more descriptive error message for invalid line
ranges
5 years ago
Liam Kalir 93881d9a64 Adds range syntax for line highlights 5 years ago
sharkdp 20ba984c6d Update help text, closes #713 5 years ago
fusillicode 6311ca22f9 Add check for terminal-width in output_wrap config value in not interactive case
Co-authored-by: allevo <tomallevi@gmail.com>
Co-authored-by: gildo <gildo.fiorito@gmail.com>
5 years ago
sharkdp 40e5befdc7 Minor change 5 years ago
Franco Victorio f94ff93953 Accept "default" as a theme 5 years ago
sharkdp 3334f74b72 Remove custom 'transpose' function 5 years ago
Helder M 3b5fcf4619 Update options sort order in --help and manpage file
This commit updates the sort order of --help options in order to improve
usability/importance putting most useful/used commands on top. In
addition to that, similar options were grouped together.
5 years ago
Fahmi Akbar Wildana e542621125 Move back printer.rs and others into lib
others:
bin/bat/{controller,decorations,output,printer}.rs
5 years ago
Fahmi Akbar Wildana 26439b41d2 Move Config,PagingMode from app.rs into lib.rs 5 years ago
Fahmi Akbar Wildana a2ee753b25 Move config.rs into src/bin/bat/ 5 years ago
Fahmi Akbar Wildana 837d0998da Remove unused macros in bin/bat 5 years ago
Fahmi Akbar Wildana 23d80f9e84 Fix all compile errors in bin/bat
* Change `mod errors` in lib.rs to public

* Add `fn handle_error` in lib.rs errors module
5 years ago
Fahmi Akbar Wildana e981bd88c1 Move src/bin/* into src/bin/bat/
This will limit [[bin]] to *bat* only which will make:
- `cargo run` works without specifying --bin
- prevent `cargo build --bins` to produce multiple binaries (app,clap_app,...)
5 years ago
Fahmi Akbar Wildana cfd33168af Fix all compile errors in lib.rs 🚚
* Move {controller,output,printer,decorations}.rs into src/bin/

* Add `mod errors` from main.rs
5 years ago
Fahmi Akbar Wildana fc0ad4db2e Move {main,app,clap_app}.rs into src/bin/ 5 years ago