summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2021-02-16Use less binary specified in bat config for --diagnosticEthan P
2020-04-24Skip non-file inputs when using --diffsharkdp
2020-04-24Implementation of 'bat --diff'sharkdp
2020-04-22Move PagingMode to separate modulesharkdp
2020-04-22Rename wrap => wrappingsharkdp
2020-04-22Fix warnings, sort imports, input from stringsharkdp
2020-04-22Completely refactor 'input' modulesharkdp
2020-04-22Rename InputFile => Inputsharkdp
2020-04-22Separate inputs from configsharkdp
2020-04-22Large refactoring towards a better builder structuresharkdp
2020-04-21Remove commented-out codesharkdp
2020-04-21Moved user_provided_filename to be contained within OrdinaryFile structKyle Criddle
2020-03-31Updates for review of PR 899David Tolnay
2020-03-31Move paging support behind a featureDavid Tolnay
2020-03-24Merge branch 'fix_654_stdin_filename' of github.com:neuronull/bat into fix_65...Kyle Criddle
2020-03-24Merge branch 'master' into fix_654_stdin_filenameKyle Criddle
2020-03-22Implement --file-name<name> optionKyle Criddle
2020-03-22Initial implementation of glob-based syntax mappingsharkdp
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
2019-10-20Move config.rs into src/bin/bat/Fahmi Akbar Wildana
2019-03-09Applied linter fixesDaniele Esposti
2019-03-09Migrated to Rust 2018Daniele Esposti
2018-11-04Changed to unwrap methods, added integration testsRicky
2018-11-04Ran rust fmtRicky
2018-11-04Added in environment variable and the result is a file check in config.rsRicky
2018-10-17Add --config-file optionsharkdp
2018-10-16Add BAT_OPTS environment variablesharkdp
2018-10-16Add error handlingsharkdp
2018-10-16Add more testssharkdp
2018-10-16Add possibility for spaces on a single linesharkdp
2018-10-16Add simple configuration filesharkdp