summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
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
2019-07-01Rename variableDan Davison
2019-06-30By default do not apply syntax highlighting to removed linesDan Davison
2019-06-30RearrangeDan Davison
2019-06-30Default to full terminal widthDan Davison
2019-06-30Support --width=max. Fixes #3Dan Davison
2019-06-30Use bat's output.rs to write to pagerDan Davison
2019-06-30Honor {--light, --dark} in --compare-themesDan Davison
2019-06-30Classify themes as light vs dark in --list-themes outputDan Davison
2019-06-30Improve help textDan Davison
2019-06-30Error if {--light, --dark} conflict with themeDan Davison
2019-06-30Clean upDan Davison
2019-06-30Add option to compare themesDan Davison
2019-06-30Use correct theme set. Ref #4Dan Davison
2019-06-30Revert "DNC: Use Display trait instead of String"Dan Davison
2019-06-30DNC: Use Display trait instead of StringDan Davison
2019-06-30Refactor: generic function processing lines of inputDan Davison
2019-06-30Clean upDan Davison
2019-06-29Make list_themes work. Fixes #6Dan Davison
2019-06-29Make list_languages work. Ref #6Dan Davison
2019-06-29Use syntax and theme data built by bat. Fixes #4, #5Dan Davison
2019-06-29Clean upDan Davison
2019-06-28Do not support --width=max ref #3Dan Davison
2019-06-28Allow output to be extended to terminal width ref #3Dan Davison