On Sat, Dec 7, 2019 at 9:36 PM Dan Davison wrote: > Currently (FreeBSD, Rust Cargo, Arch Linux, Homebrew) the package name is > "git-delta", which installs an executable named "delta". Can it do the same > for Debian?
There is one package already using that executable name: $ apt-file search bin/delta ... swap-cwm: /usr/bin/delta In general, it is a bad idea to use generic names because of the potential for namespace conflicts (in $PATH, package names etc). A rebrand to something like diff-syntax-highlight or git-delta might be a good idea. -- bye, pabs https://wiki.debian.org/PaulWise