Elio Grieco
Elio Grieco
Cannot figure out how to specify a tab character as a delimiter. What am I missing? No `-d` option as in cut. `\t` doesn't work, even when the field selector...
This pull request changes the styling of difftastic output to be closer to [delta](https://github.com/dandavison/delta) and [git-split-diffs](https://github.com/banga/git-split-diffs). Using background colors to show differences is a lot easier to understand when there...
# 🐞 Bug report ## Description JSON output is not valid JSON ### Expectation JSON output should be well formed and thus parseable by tools such as `jq`. The whole...
Lychee seems to incorrectly convert `mailto:` links with query parameters into `file://` links. `mailto:[email protected]?subject=Hello` becomes `file:///LOCAL/PATH/mailto:[email protected]` The actual link to check (when checking emails) is `mailto:[email protected]`.
URLs such as `[email protected]:robinst/linkify.git` are common when working with GitHub/GitLab repositories. It would be good if linkify could reliably detect the whole URL in such cases. ![linkify web demo partially...
Just keeping this handy little utility up to date. Also, I forgot to update the `README.md` file last time. Oops...
When using `--header-lines` to make CSV/TSV processing nicer, it would be helpful if there was a `--print-headers` option that would cause the header text to be output with the final...
This is a reminder to myself to add a `--lowercase` option to `unf`.
This is a **complete rewrite** of #286 on top of the current version of `difftastic` (with the exception of the last cargo update which is causing a compilation error for...
After commit 3b049c2fd "cargo update" I'm seeing the following compilation error: ``` cargo:warning=clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the...