summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2021-11-22Handle grep outputDan Davison
- Handle standard filepath:code and filepath:line_number:code output as produced by `git grep`, `rg -H`, `grep -H`, etc (with -n for line numbers). - Retain the match highlighting as produced by the grep tool, and expose it in delta's color output styled with grep-match-style. (Note that --color=always is needed to retain the color if piping into delta, but not for `git grep` when delta is configured as git's pager) - Special handling of -p, and -W options of `git grep`: these display the function context in which the matches occur. - `navigate` keybindings jump between match function contexts under `git grep -p` and between matching lines under `git grep -W`. Thanks @zachriggle for the proposal. Fixes #769
2021-11-17Add the --right-arrow option.Wayne Davison
This allows the file1 -> file2 arrow to be configured to whatever characters the user desires. The default is the same unicode arrow as before with 2 spaces after it, since this allows someone to remove the extra spaces that are in the current output.
2021-11-15Update blame docsDan Davison
2021-11-15Update blame documentationDan Davison
2021-11-15Handle `git blame` outputDan Davison
Fixes #426 Partial versions of these changes were previously in master and then reverted multiple times. See #746 0745f853d4bed52aca0b6739ac452d54ff54a153 3aab5d19569fa52ace2d7e6d196a1256990c4e20
2021-11-15README editDan Davison
2021-11-15Update README ToCDan Davison
2021-11-15Doc: explain invocation of delta by gitDan Davison
2021-11-15Markdown autoformattingDan Davison
2021-11-07[README] add notes for screen (256color/24bit) (#768)Kriss
Ref.: https://github.com/dandavison/delta/issues/760
2021-11-07README: minor editsDan Davison
2021-11-05replace link to XVilka's gist with the updated one (#764)Kriss
To ease collaboration, XVilka has decided to relocate their gist to an actual Github repository a while ago, in oder to facilitate contribu- tions. Ref: https://gist.github.com/XVilka/8346728#gistcomment-3836228 ff.
2021-11-01README: remove spurious feature in example configDan Davison
2021-10-27Add screenshot of side-by-side with wrappingDan Davison
2021-10-26Bump version in links to executablesDan Davison
2021-10-26README editsDan Davison
2021-10-26Update READMEDan Davison
2021-10-25Document side-by-side line wrapping in READMEDan Davison
2021-09-27Fix TOC charactersDan Davison
2021-09-27README simplificationDan Davison
2021-07-28Change example config in READMEDan Davison
- Use `keep-plus-minus-markers = false` for `git add -p` - Otherwise resemble "hoopoe" theme
2021-07-13Bump version in links to executablesDan Davison
2021-07-08README: add links to Linux and macOS packages (#655)Axel Navarro
2021-07-08Link to glibc- and musl-linked executables from READMEDan Davison
2021-07-08Reformat README installation sectionDan Davison
2021-07-08More clean-up of installation section in READMEDan Davison
2021-07-08Add link to Arch Linux package packageDan Davison
Ref https://github.com/dandavison/delta/pull/653
2021-07-08Clean up package managers section in READMEDan Davison
2021-07-08Update README using Arch Linux official packages (#654)Axel Navarro
2021-06-29Update help text in READMEDan Davison
2021-06-29Bump version in links to executablesDan Davison
2021-06-28Edit README0.8.2Dan Davison
2021-06-28Edit README section concerning themes and color themesDan Davison
Ref #646
2021-06-25Bump version in documentation and private brew formula and bump dev versionDan Davison
2021-06-23Fix capitalization of "GitHub" in READMEDan Davison
2021-05-30Fix table of contents link (#620)Andy Freeland
2021-05-28Edit READMEDan Davison
2021-05-28Update --help text in READMEDan Davison
2021-05-28Bump version in links to executablesDan Davison
2021-05-26Improve documentation of hyperlinks (#616)Dan Davison
2021-05-26Recommend setting delta as the pager for specific git commands (#610)Dan Davison
2021-05-24Edit READMEDan Davison
2021-05-10Add git-split-diffs to similar projects section in READMEDan Davison
2021-05-03docs: wrap link to ubuntu issue in link tag (#585)Matt Ehlinger
2021-03-29Add navigate to example config in READMEDan Davison
2021-03-29Update READMEDan Davison
2021-03-23Add README note warning of problems on Debian/Ubuntu systemsDan Davison
Ref #504
2021-03-10README tweakDan Davison
2021-03-06Document user color themes collectionDan Davison
2021-03-05237 navigate improvement (#526)Dan Davison
* Change less invocation under navigate Thanks @cben * Don't pass regexp to less * Append navigate regexp to transient copy of less history file * Rustfmt * Store delta less hist file in XDG data directory * Don't use xdg on Windows * Fix conditional compilation for Windows * Get rid of advice not to use keep navigate feature activated