delta
delta copied to clipboard
A syntax-highlighting pager for git, diff, grep, and blame output
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.14 to 4.4.18. Release notes Sourced from clap's releases. v4.4.18 [4.4.18] - 2024-01-16 Fixes (error) When lacking usage feature, ensure the list of required arguments is unique...
Bumps [console](https://github.com/console-rs/console) from 0.15.7 to 0.15.8. Changelog Sourced from console's changelog. 0.15.8 Enhancements Added wasm32-unknown-emscripten target. (#179) read_line_initial_text now retains the initial prefix. (#190) Reading raw input now traps Ctrl+C....
Bumps [bytelines](https://github.com/whitfin/bytelines) from 2.2.2 to 2.5.0. Commits 62be709 Bump to v2.5.0 ace8ffb Fix invalid branch name in CI 22ebdb2 Add notes on Tokio dependency removal 72877a9 Update invalid import in...
- [x] Please include the raw text output from git, so that we can reproduce the problem. (You can use `git --no-pager` to produce the raw text output.) - [x]...
Hi there! I found this project via an issue opened here: https://github.com/whitfin/bytelines/pull/7 (totally a mistake on my part). I've finally resolved this temporarily, by adding a feature for Tokio. It's...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.171 to 1.0.193. Release notes Sourced from serde's releases. v1.0.193 Fix field names used for the deserialization of RangeFrom and RangeTo (#2653, #2654, #2655, thanks @โemilbonnek) v1.0.192...
Hey. On a Debian unstable, with delta `0.16.5-5` and **no** `git` installed, I get this: ``` $ touch 1 2 $ delta 1 2 Failed to execute the command 'git':...
Hi Dan, first off thanks so much for making Delta. Switched from diff-so-fancy 2 months ago and never looked back! I make use of the hyperlink feature a lot. I...
So glad to have come across Delta. Thank you for making this helpful tool that improves accessibility of diffs! Currently Delta only highlights whitespace errors in added/plus lines. For some...
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.0 to 3.4.2. Release notes Sourced from ctrlc's releases. v3.4.2 windows-sys 0.52 v3.4.1 Support for QNX Neutrino Nix 0.27 Commits 4e5f374 Version 3.4.2 e430fa6 Update windows-sys to...