summaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
AgeCommit message (Expand)Author
2024-11-28Support external subcommands: rg, diff, git-show (etc.) (#1769)Thomas Otto
2024-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
2024-08-01Add wrap function for --help outputThomas Otto
2023-05-31Misc tab refactoring (#1424)Thomas Otto
2022-10-11Add terminal width fallback via stty if on Windows/MSYS2Thomas Otto
2022-07-02Don't attempt to process ANSI sequences in non-UTF8 inputDan Davison
2022-02-14Fix hyperlink absolute paths (#939)Dan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2021-11-15Refactor: utils moduleDan Davison