summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2021-05-09Use git diff instead of diff -u (#546)Dan Davison
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
2021-04-23Fix --show-syntax-themes exhausting stdin (#569)Thomas Otto
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-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-01-08Create git_config moduleDan Davison
2020-12-29refactor main in order to call process::exit once (#480)0.5.0Marco Ieni
2020-12-27Refactor: handle_hunk_header_lineDan Davison
2020-12-26Wait for pager process before exiting (#469)Dan Davison
2020-12-26Refactor and strengthen tests of `delta file_a file_b`Dan Davison
2020-12-16Exit with diff's exit code (#449)Dan Davison
2020-12-05Exclude bat_utils from test coverage calculationsDan Davison
2020-12-04Disable testDan Davison
2020-12-03Add test coverage of main.rs (#423)Dan Davison
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-10-04Make command a variable for use in error messageDan Davison
2020-10-01Handle diff execution error gracefully. (#341)Yoichi NAKAYAMA
2020-08-14Add new option to show-config and test of gitconfigDan Davison
2020-08-08Update --show-configDan Davison
2020-08-08Add side-by-side to --show-config outputDan Davison
2020-08-02Add hyperlinks to show-configDan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan Davison
2020-08-01Parse ANSI escape sequences as ansi_term StyleDan Davison
2020-08-01Initialize parser code based on alacritty ansi.rsDan Davison
2020-07-30Create ansi moduleDan Davison
2020-07-30Honor width option in git_configryuta69
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-22Read git config entries at start-upDan Davison
2020-07-01Improve --list-syntax-themesDan Davison
2020-06-30Activate paging for --show-syntax-themesDan Davison
2020-06-30Rearrange: options::theme moduleDan Davison
2020-06-30Fix --show-syntax-themesDan Davison
2020-06-30Pass HighlightingAssetsDan Davison
2020-06-30Trivial changesDan Davison
2020-06-30Refactor: options moduleDan Davison
2020-06-30Eliminate redundant syntax_theme name field on Config structDan Davison
2020-06-27Improve --show-config commandDan Davison
2020-06-27Rename --list-*, --show-* commandsDan Davison
2020-06-27Improve --show-styles commandDan Davison
2020-06-26New command --show-stylesDan Davison
2020-06-26Refactor: parse_style moduleDan Davison