An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# asdf-difftastic [![Build](https://github.com/volf52/asdf-difftastic/actions/workflows/build.yml/badge.svg)](https://github.com/volf52/asdf-difftastic/actions/workflows/build.yml) [![Lint](https://github.com/volf52/asdf-difftastic/actions/workflows/lint.yml/badge.svg)](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/)