summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2023-04-26Replace deprecated `error_chain` crate with `anyhow` (#1405)nickelc
2023-04-26Remove unneeded `extern crate` statements (#1345)nickelc
2023-03-03Fixed broken link to README (#1185)USAMI Kenta
2023-02-28Fix clippy warnings (#1298)nickelc
2022-06-22Avoid lockup when running without arguments and stdin is connected to tty (#1...Björn Steinbrink
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-01Run in diff mode iff two positional arguments are suppliedDan Davison
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-01-03Move parent process query into a threadThomas Otto
2021-11-23Add --parse-ansi commandDan Davison
2021-11-22Handle broken pipe error in subcommandsDan Davison
2021-11-22Show colors subcommandDan Davison
2021-11-21Allow styles to be specified as references to other stylesDan Davison
2021-11-15Refactor: utils moduleDan Davison
2021-11-15Util: check parent process for `git blame` filename (#770)Thomas Otto
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-16Change PlusMinus to the correct MinusPlus, add documentationThomas Otto
2021-10-16Rename syntect moduleDan Davison
2021-10-16Add side-by-side line wrappingThomas Otto
2021-10-16Add fatal() function to handle exiting on errorsThomas Otto
2021-09-19General PlusMinus data structureThomas Otto
2021-08-29Refactor: subcommands moduleDan Davison
2021-08-29Refactor: state machine handlers moduleDan Davison
2021-08-28Handle blame outputDan Davison
2021-08-28Refactor: module for working with format stringsDan Davison
2021-08-28Refactor: eliminate format moduleDan Davison
2021-08-20Use "syntax theme" terminology in show-syntax-themes output (#697)Dan Davison
2021-08-20Fix deadlock in `git diff` mode (#695)Dan Davison
2021-08-20Refactoring for #693 (#696)Dan Davison
2021-08-18Remove unnecessary borrows (#692)Ben Armstead
2021-08-12Ignore ctrl-c (SIGINT) to avoid leaving an orphaned pager process. (#686)Dan Davison
2021-08-12Terminate process gracefully on error in diff() (#685)Dan Davison
2021-07-10Do not resolve executables as relative path from current directory (#658)0.8.3Dan Davison
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-06-26Revert to capturing diff output and processing in current process (#645)Dan Davison
2021-06-12Fix #631 (#632)Dan Davison
2021-06-09Add pager option for customizing pager without environment variables (#627)Kangwook Lee (이강욱)
2021-05-09Ignore problematic testDan Davison
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