summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-05-26Implement --{commit,file,hunk-header}-{style,decoration-style}Dan Davison
2020-05-22Use new Style struct, wrapping ansi_term::StyleDan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan Davison
2020-05-20Refactor: consume options when creating configDan Davison
2020-05-16Hunk highlighting test and refactoringDan Davison
2020-05-14Use ByteLines instead of iteratorDan Davison
2020-05-14Accept input lines as raw bytes and decode in main loopDan Davison
2020-05-11Don't panic on invalid utf-8 input dataDan Davison
2020-05-01Clean up --list-themes outputDan Davison
2020-03-01Support 256-color terminal environmentsDan Davison
2020-03-01Change function nameDan Davison
2020-03-01add paging mode optionJesse Duffield
2019-12-12Change theme demo inputDan Davison
2019-12-12Update commands for listing themesDan Davison
2019-12-12Fix ansi-light, ansi-dark, and base16 themesDan Davison
2019-12-12Fix formatting of RGB hex codesDan Davison
2019-11-02Honor BAT_THEME environment variable and refactor.Dan Davison
2019-10-29Add env moduleDan Davison
2019-10-29FormattingDan Davison
2019-10-23Merge pull request #30 from myfreeweb/patch-1Dan Davison
2019-10-17Handle broken pipe in --compare-themesDan Davison
2019-10-16Rename CLI option: --show-background-colorsDan Davison
2019-10-16Use $BAT_PAGER || $PAGER instead of hardcoded lessmyfreeweb
2019-08-08ClippyDan Davison
2019-08-06Use Needleman-Wunsch / Wagner-Fischer algorithmDan Davison
2019-07-28Revert interleavings algorithmDan Davison
2019-07-28InterleavingsDan Davison
2019-07-18Add option to show command-line arguments for current colorsDan Davison
2019-07-18Clean up: move tests, change variable nameDan Davison
2019-07-17Create default input for --compare-themesDan Davison
2019-07-17Handle file renameDan Davison
2019-07-16Rename moduleDan Davison
2019-07-15Refactor: syntax and diff highlightingDan Davison
2019-07-15Parse file metadata section correctlyDan Davison
2019-07-13Refactor: create config and style modulesDan Davison
2019-07-13Refactor: split fileDan Davison
2019-07-12Refactor: cli moduleDan Davison
2019-07-12Refactor: box drawing moduleDan Davison
2019-07-12Add failing integration testDan Davison
2019-07-11Pass output stream writer to delta functionDan Davison
2019-07-10Add --no-structural-changes argumentDan Davison
2019-07-10Store terminal width in config structDan Davison
2019-07-10RearrangeDan Davison
2019-07-10Add command line arguments for minus/plus emph colorsDan Davison
2019-07-09Switch from Color to Style for specifying background styleDan Davison
2019-07-08Create bat directory for bat-derived codeDan Davison
2019-07-08Rename and unify filesDan Davison
2019-07-03Rewrite state machine with line bufferingDan Davison
2019-07-02rustfmt: new versionDan Davison
2019-07-01Support --width=variableDan Davison