Dan Davison

Results 203 issues of Dan Davison

Sourcegraph has a CLI tool https://github.com/sourcegraph/src-cli. It can produce JSON output (and can also be used to submit GraphQL queries directly). An output format reminiscent of `rg --json` can be...

Fixes https://github.com/dandavison/delta/discussions/858 The `default-language` option had been introduced initially in order to determine language for `git blame` (where there are no file names). However, subsequently `git blame` came to determine...

I'm thinking that we should make more effort to position certain pairs of lines at the same level, where that makes sense -- the first hunk here would be an...

It seems that a hunk header can occur within merge conflict markers: Raw git output Delta attempting to handle this See `etc/examples/822-hunk-header-within-merge-conflict.diff` and https://github.com/dandavison/delta/blob/8c900cb4d55c6c546c9853e7cddec89ecc67fdb7/src/handlers/hunk_header.rs#L35-L40

I think it would be nice not to apply the underline to the leading whitespace here:

Thanks for this great project! The default yellow color used for filenames is very hard to see when using a white terminal background: I know that I can fix this...

enhancement

Would it make sense to add options like `--print-ls-colors` and `--print-exa-colors` that prints out all the colors that `exa` is _currently_ using, in the correct format to be used as...

Minor magit compatibility request: The `git-rebase-todo` view is the view in which one prepares an interactive rebase (example below). It would be nice to be able to use single-letter shortcuts,...