summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2020-04-25Write error messages to pager, if attachedsharkdp
2020-04-24Add '-d' for '--diff'sharkdp
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24Use unreachable!(…)sharkdp
2020-04-24Fix some clippy lintsLzu Tao
2020-04-24Implementation of 'bat --diff'sharkdp
2020-04-22Fix import in appsharkdp
2020-04-22Move PagingMode to separate modulesharkdp
2020-04-22Add *_with_name methodssharkdp
2020-04-22Rename error modulesharkdp
2020-04-22Easier configuration of style componentssharkdp
2020-04-22Numbers => LineNumberssharkdp
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-22Separate inputs from configsharkdp
2020-04-22Large refactoring towards a better builder structuresharkdp
2020-04-22Initial verison of PrettyPrinter buildersharkdp
2020-04-21Fix compilation of librarysharkdp
2020-04-21Add metadata information to cached assetssharkdp
2020-04-21Make get_cache_dir privatesharkdp
2020-04-21Update default config file, add comment about tmux mouse scrolling supportsharkdp
2020-04-21Fix bug for file with invalid-utf8 filenamessharkdp
2020-04-21Small refactoring, handle invalid UTF-8 filenamessharkdp
2020-04-21Fix build on 1.37sharkdp
2020-04-21Do not take optional as argumentsharkdp
2020-04-21Rename field name, new constructorssharkdp
2020-04-21Moved user_provided_filename to be contained within OrdinaryFile structKyle Criddle
2020-04-11cargo fmtsharkdp
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-26Fix for Rust 1.37sharkdp
2020-03-26Merge pull request #871 from neuronull/fix_654_stdin_filenameDavid Peter
2020-03-26Graceful handling of error conditionsJosh Mickley
2020-03-26Add option to generate a default config file, fixes #870Josh Mickley
2020-03-25Minor --file-name code hygeineKyle Criddle
2020-03-24Merge branch 'master' into fix_654_stdin_filenameKyle Criddle
2020-03-24Implemented --file-name for multiple files + testsKyle Criddle
2020-03-22Update documentationsharkdp
2020-03-22Initial implementation of glob-based syntax mappingsharkdp
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-21Rename methods and parameterssharkdp
2020-03-21Add fallback theme, remove BAT_THEME_DEFAULTsharkdp
2020-03-21Hide some methods from HighlightingAssetssharkdp
2020-03-21Do not export syntax_set and theme_setsharkdp
2020-03-21Move error handling to a callbacksharkdp
2020-03-21Run cargo fmtsharkdp