https://github.com/volf52/asdf-difftastic
asdf plugin for difftastic (https://github.com/Wilfred/difftastic)
https://github.com/volf52/asdf-difftastic
asdf asdf-plugin asdf-vm difftool
Last synced: 3 months ago
JSON representation
asdf plugin for difftastic (https://github.com/Wilfred/difftastic)
- Host: GitHub
- URL: https://github.com/volf52/asdf-difftastic
- Owner: volf52
- License: mit
- Created: 2022-09-08T13:19:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T11:53:52.000Z (over 1 year ago)
- Last Synced: 2025-04-06T22:22:24.224Z (7 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, difftool
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-difftastic [](https://github.com/volf52/asdf-difftastic/actions/workflows/build.yml) [](https://github.com/volf52/asdf-difftastic/actions/workflows/lint.yml)
[difftastic](https://github.com/Wilfred/difftastic) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities
# Install
Plugin:
```shell
asdf plugin add difftastic
# or
asdf plugin add difftastic https://github.com/volf52/asdf-difftastic.git
```difftastic:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/volf52/asdf-difftastic/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Arslan](https://github.com/volf52/)