Commit Graph

17 Commits (4c85483486172a706ab7fe7a5a7c7c4e6b8ebf3b)

Author SHA1 Message Date
Lena 4c85483486 Inline `format!` args wherever possible 3 months ago
Ethan P. 9d77c1373c
Fix off-by-one error in line number continuation 4 months ago
Constantin Nickel da3aa4e2fd Use `nu-ansi-term` instead of `ansi_term`
The `nu-ansi-term` crate is a fork of `ansi_term` which is maintained by
the Nushell project.
1 year ago
sharkdp 13e6b3fac7 Reduce public API 4 years ago
David Tolnay 4e11abdf9b Move git changes support behind a feature 4 years ago
Fahmi Akbar Wildana 2253d07341 Derive fmt::Debug whenever possible 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 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
sharkdp 5b2b594919 Revert "Run 'cargo fmt'" (outdated rustfmt)
This reverts commit dd40f7545d.
5 years ago
sharkdp dd40f7545d Run 'cargo fmt' 5 years ago
Daniele Esposti f259ff2920 Formatted code 5 years ago
Daniele Esposti a21ae614e6 Migrated to Rust 2018 5 years ago
sharkdp ea955c734d Refactoring, introduce Printer trait 6 years ago
sharkdp 9316f2a758 Major refactoring and cleanup 6 years ago
Ezinwa Okpoechi ee43377a9c Move colors to printer module 6 years ago
eth-p d0ca566979
Replace for_line and for_wrap with generate 6 years ago
eth-p b327127f37
Split decorations into a separate file and optimized them a bit. 6 years ago