-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TreeSitter diff tool https://difftastic.wilfred.me.uk/ https://news.ycombinator.com/item?id=39778412
- Loading branch information
1 parent
82587de
commit 1e241f9
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import { toolInstallTest } from "tests"; | ||
|
||
toolInstallTest({ | ||
toolName: "difft", | ||
toolVersion: "0.56.1", | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: 0.1 | ||
downloads: | ||
- name: difft | ||
downloads: | ||
- os: | ||
linux: unknown-linux-gnu | ||
macos: apple-darwin | ||
cpu: | ||
x86_64: x86_64 | ||
arm_64: aarch64 | ||
url: https://github.com/Wilfred/difftastic/releases/download/${version}/difft-${cpu}-${os}.tar.gz | ||
- os: | ||
windows: pc-windows-msvc | ||
cpu: | ||
x86_64: x86_64 | ||
url: https://github.com/Wilfred/difftastic/releases/download/${version}/difft-${cpu}-${os}.zip | ||
tools: | ||
definitions: | ||
- name: difft | ||
download: difft | ||
known_good_version: 0.56.1 | ||
shims: [difft] |