difftance
Version, currently 0.1.05 versions
- 0.3.1latestJan 21, 2022
- 0.3.0not indexedDec 19, 2024
- 0.2.1not indexedDec 19, 2024
- 0.2.0not indexedDec 19, 2024
- 0.1.0not indexedDec 19, 2024
github.com/fabon-f/difftance
A diff tool to show edit distance
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
difftance:
github: fabon-f/difftance
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
difftance
A diff tool to show edit distance. Works well with Git.
Installation
Homebrew (Mac)
brew tap fabon-f/tap
brew install difftance
AUR (for Arch Linux users)
- binary release: https://aur.archlinux.org/packages/difftance-bin/
- git(upstream): https://aur.archlinux.org/packages/difftance-git/
Binary release(Windows, Linux)
You can download Windows or Linux(x86_64) executable from GitHub release.
Manual installation
# default install directory: /usr/local/bin
make install INSTALL_DIR=install_path
Usage
difftance file1 file2
# Use as a custom diff tool for Git
git difftool --extcmd=difftance
git difftool --extcmd=difftance --dir-diff
# You can pass options by using DIFFTANCE_OPTS environment variable
DIFFTANCE_OPTS="--allow-substitution" git difftool --extcmd=difftance
# or
GIT_EXTERNAL_DIFF="difftance" git diff
# options can be passed
GIT_EXTERNAL_DIFF="difftance --allow-substitution" git diff
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Dec 19, 2024
- Commit
adb5b1dc5590- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/fabon-f/difftance
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 5