difftastic plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities
Plugin:
asdf plugin add difftastic
# or
asdf plugin add difftastic https://github.com/volf52/asdf-difftastic.git
difftastic:
# Show all installable versions
asdf list-all difftastic
# Install specific version
asdf install difftastic latest
# Set a version globally (on your ~/.tool-versions file)
asdf global difftastic latest
# Now difftastic commands are available
difft --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.