summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-28Edit --help textDan Davison
2021-03-28Use string literal instead of escaping double quotesCatherine Noll
2021-03-27Remove unnecessary check in get_themes and clean up --show-themes cli docstringCatherine Noll
2021-03-27Fix typo in docstringCatherine Noll
2021-03-27Update behavior of --show-themes to rely on the computed is_light_modeCatherine Noll
2021-03-27Define theme by presence of "dark" or "light" entries in git config,Catherine Noll
2021-03-27Reorganize and add test for get_themesCatherine Noll
2021-03-27Get themes from gitconfig instead of hardcodingCatherine Noll
2021-03-23Add README note warning of problems on Debian/Ubuntu systemsDan Davison
2021-03-22Make target: run rustfmt on all rust codeDan Davison
2021-03-21Send navigation command to less on --show-themesCatherine Noll
2021-03-21Navigate from theme to theme with n/N when --show-themesCatherine Noll
2021-03-21Add functionality to cycle through themes using a diff from stdinCatherine Noll
2021-03-20Use a sample diff for displaying themesCatherine Noll
2021-03-20Apply themes to a hardcoded diffCatherine Noll
2021-03-20Cycle through a constant list of themesCatherine Noll
2021-03-20Skeleton for show-themes command line optionCatherine Noll
2021-03-15Fix bash completion to include local files/dirs (#540)foamkeen
2021-03-15Bump console from 0.14.0 to 0.14.1 (#541)dependabot-preview[bot]
2021-03-15Bump regex from 1.4.3 to 1.4.5 (#542)dependabot-preview[bot]
2021-03-10Add 'tangara-chilensis' theme (#537)clnoll
2021-03-10Update themes from bat v0.18.0Dan Davison
2021-03-10README tweakDan Davison
2021-03-10Merge pull request #536 from dandavison/navigate-less-integration-testsDan Davison
2021-03-09ClippyDan Davison
2021-03-09Use redirect and chmod instead of installDan Davison
2021-03-09Update navigate testsKriss
2021-03-09Only do less hist file tricks if the pager appears to be lessDan Davison
2021-03-09Add navigate/less integration testDan Davison
2021-03-08Append .search line to less history fileDan Davison
2021-03-06Document user color themes collectionDan Davison
2021-03-06Add 'collared-trogon' theme (#534)clnoll
2021-03-05237 navigate improvement (#526)Dan Davison
2021-03-05replace deprecated config options in README (#532)Eugene
2021-03-04Exit if it looks like starting the pager process would never terminate (#531)Dan Davison
2021-03-03Use unwrap_or_else(|| panic!("...")) instead of .expect("...") (#525)Dan Davison
2021-02-17Lint (#527)Dan Davison
2021-02-05Update README to reflect availability of git -c for delta configDan Davison
2021-02-05Fix reference to non-existent target in MakefileDan Davison
2021-02-05Bump version in private Homebrew formulaDan Davison
2021-02-05Bump version in documentationDan Davison
2021-02-05Bump version for release0.6.0Dan Davison
2021-01-30Mention `delta --help` more in READMEDan Davison
2021-01-29Handle tabs in hunk header code fragment (#511)Dan Davison
2021-01-27Bump vte from 0.9.0 to 0.10.0 (#486)dependabot-preview[bot]
2021-01-27Bump git2 from 0.13.15 to 0.13.17 (#508)dependabot-preview[bot]
2021-01-27Bump regex from 1.4.2 to 1.4.3 (#500)dependabot-preview[bot]
2021-01-08For Mac mouse-scrolling works by updating less (#490)Gerd Naschenweng
2021-01-08Clippy (#496)Dan Davison
2021-01-08Merge pull request #495 from dandavison/493-GIT_CONFIG_PARAMETERSDan Davison