summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-07-16Bump version0.0.2Dan Davison
2019-07-16Tweak light theme colorsDan Davison
2019-07-16Homebrew formulaDan Davison
2019-07-16Fix git config instruction in READMEDan Davison
2019-07-16Fix string pair edits algorithm0.0.1Dan Davison
2019-07-16Tests fail: Add unit test: editsDan Davison
2019-07-16Rename moduleDan Davison
2019-07-16Unit test: get_diff_style_sectionsDan Davison
2019-07-15Refactor: string_pair moduleDan Davison
2019-07-15READMEDan Davison
2019-07-15Homebrew formulaDan Davison
2019-07-15Refactor: syntax and diff highlightingDan Davison
2019-07-15Modify bat travis build config for deltaDan Davison
2019-07-15Copy travis CI config from batDan Davison
2019-07-15Parse file metadata section correctlyDan Davison
2019-07-15Bug fix: terminate line with '\n' when passing to highlighterDan Davison
2019-07-14CI: Travis configurationDan Davison
2019-07-14Don't use syntax highlighter when not syntax highlightingDan Davison
2019-07-13Reuse highlighter within hunksDan Davison
2019-07-13Refactor: create config and style modulesDan Davison
2019-07-13Refactor: split fileDan Davison
2019-07-13Refactor: state machine loopDan Davison
2019-07-13Change name of state in state machineDan Davison
2019-07-13Refactor: draw moduleDan Davison
2019-07-13Change name of state in state machineDan Davison
2019-07-13RearrangeDan Davison
2019-07-13Style section argumentsDan Davison
2019-07-12Refactor: Use field init syntaxDan Davison
2019-07-12Make raw command line args available on config structDan Davison
2019-07-12Refactor: use command line arg struct when creating config structDan Davison
2019-07-12Refactor: cli moduleDan Davison
2019-07-12Decorate commit line with a boxDan Davison
2019-07-12Support heavy line weight boxesDan Davison
2019-07-12Refactor: box drawing moduleDan Davison
2019-07-12Decorate hunk code fragment with a boxDan Davison
2019-07-12Output start line number (new) for hunksDan Davison
2019-07-12Don't label file as "modified"; that's nearly always trueDan Davison
2019-07-12Add failing integration testDan Davison
2019-07-11Pass output stream writer to delta functionDan Davison
2019-07-11Add unit tests for git diff parsing moduleDan Davison
2019-07-11Prettify hunk metadata lineDan Davison
2019-07-10Use heavy box line for file sectionDan Davison
2019-07-10Document unicode characterDan Davison
2019-07-10Fix file change description textDan Davison
2019-07-10Merge pull request #8 from dandavison/diff-detailDan Davison
2019-07-10Add --no-structural-changes argumentDan Davison
2019-07-10Replace diff metadata with horizontal lineDan Davison
2019-07-10Store terminal width in config structDan Davison
2019-07-10Tweak dark theme emph colorDan Davison
2019-07-10RearrangeDan Davison