summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2020-12-28Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2020-12-28Introduce bat_warning! helper macroMartin Nordholts
2020-11-27Add Pager helper with info about where the value comes fromMartin Nordholts
2020-05-29Reexport bat::pretty_printer::Input as bat::InputEthan P
2020-04-22Update documentationsharkdp
2020-04-22Make module privatesharkdp
2020-04-22Move PagingMode to separate modulesharkdp
2020-04-22Simpler highlight methodsharkdp
2020-04-22Add paging to advanced examplesharkdp
2020-04-22Rename error modulesharkdp
2020-04-22Fix examplesharkdp
2020-04-22Easier configuration of style componentssharkdp
2020-04-22Rename wrap => wrappingsharkdp
2020-04-22rename run => printsharkdp
2020-04-22Update documentationsharkdp
2020-04-22Better API for highlighting linessharkdp
2020-04-22Reduce public APIsharkdp
2020-04-22Fix warnings, sort imports, input from stringsharkdp
2020-04-22Completely refactor 'input' modulesharkdp
2020-04-22Rename InputFile => Inputsharkdp
2020-04-22Large refactoring towards a better builder structuresharkdp
2020-04-22Initial verison of PrettyPrinter buildersharkdp
2020-04-21Add metadata information to cached assetssharkdp
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-21Further simplify module structuresharkdp
2020-03-21Simplify public API module structuresharkdp
2020-03-21Rename output component to 'style compinent', move wrap to separate modulesharkdp
2020-03-21move Config struct to separate filesharkdp
2020-03-21Move error module to separate filesharkdp
2020-03-21Restructure and fix bug in line range modulesharkdp
2020-03-21Major restructuring of theme/syntax handlingsharkdp
2020-01-27Adds range syntax for line highlightsLiam Kalir
2019-12-23Do not pass '--no-init' on newer less versionssharkdp
2019-10-30Remove 'advanced' examplesharkdp
2019-10-30Make a few modules privatesharkdp
2019-10-30Remove custom 'transpose' functionsharkdp
2019-10-20Fix compile-error on Rust v1.35.0Fahmi Akbar Wildana
2019-10-20Derive fmt::Debug whenever possibleFahmi Akbar Wildana
2019-10-20Implement trait Default for struct ConfigFahmi Akbar Wildana
2019-10-20Move back printer.rs and others into libFahmi Akbar Wildana
2019-10-20Move Config,PagingMode from app.rs into lib.rsFahmi Akbar Wildana
2019-10-20Move config.rs into src/bin/bat/Fahmi Akbar Wildana
2019-10-20Fix all compile errors in bin/bat ➕Fahmi Akbar Wildana
2019-10-20Fix all compile warnings in lib.rsFahmi Akbar Wildana
2019-10-20Fix all compile errors in lib.rs 🚚Fahmi Akbar Wildana
2019-10-20Add lib.rsFahmi Akbar Wildana