summaryrefslogtreecommitdiffstats
path: root/src/output.rs
AgeCommit message (Expand)Author
2020-04-25Write error messages to pager, if attachedsharkdp
2020-04-22Move PagingMode to separate modulesharkdp
2020-04-22Rename error modulesharkdp
2020-04-21Pass --no-init on Windows if less version < 559sharkdp
2020-04-21Revert "Pass '--mouse' to less versions >= 551"sharkdp
2020-04-21Revert "Only enable --mouse when running from tmux, see #904"sharkdp
2020-04-21Only enable --mouse when running from tmux, see #904sharkdp
2020-04-21Pass '--mouse' to less versions >= 551sharkdp
2020-03-31Updates for review of PR 899David Tolnay
2020-03-31Move paging support behind a featureDavid Tolnay
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-21Run cargo fmtsharkdp
2020-03-21move Config struct to separate filesharkdp
2019-12-23Also pass '--no-init' if version could not be retrievedsharkdp
2019-12-23Do not pass '--no-init' on newer less versionssharkdp
2019-10-20Derive fmt::Debug whenever possibleFahmi Akbar Wildana
2019-10-20Run `cargo fmt`Fahmi Akbar Wildana
2019-10-20Move back printer.rs and others into libFahmi Akbar Wildana
2019-10-20Fix all compile errors in lib.rs 🚚Fahmi Akbar Wildana
2019-08-02use explicit dyn with Write to appease compilerWild Kat
2019-03-09Applied linter fixesDaniele Esposti
2019-03-09Migrated to Rust 2018Daniele Esposti
2019-02-18Do not replace arguments to pager when --pager is used, closes #509sharkdp
2019-02-07Replace less command line arguments only for PAGERsharkdp
2019-02-07Ignore flags from PAGER env var if the program is 'less'Park Juhyung
2018-11-06issue #383: Handle cases like `PAGER=/usr/bin/bat`sharkdp
2018-11-06Fix code styleRodrigo Orem
2018-11-06Remove args when change from bat to lessRodrigo Orem
2018-11-06Better placement of bat detectionRodrigo Orem
2018-11-06Avoid endless bat executions with PAGER="bat"Rodrigo Orem
2018-10-21Fix format errorPark Juhyung
2018-10-21Add --pager optionPark Juhyung
2018-10-17Small cleanupsharkdp
2018-10-17Add proper handling of empty PAGER variablessharkdp
2018-10-17Add error handling for parsing errorssharkdp
2018-10-17Remove duplicate 'extern crate'sharkdp
2018-10-17Add arguments from PAGER/BAT_PAGERMorten Linderud
2018-09-07src/output.rs: Handle `less` in a portable way.Aankhen
2018-09-05Support "(/usr)/bin/less" as PAGER toosharkdp
2018-08-22Major refactoring and cleanupsharkdp
2018-08-18Use BAT_PAGER and PAGER environment variables, closes #158sharkdp
2018-05-22Fix launching of pager so text is interpreted as UTF-8 by default.Gert Hulselmans
2018-05-21Move output to separate moduleEzinwa Okpoechi