Releases: logicxd/alfred-vscodediff
Use default `code` instead of an absolute route
Keyword as Workflow Configuration
From https://www.alfredforum.com/topic/19561-vscodediff/#comment-101794
There’s another one you can make in that vein: Instead of three Keyword Inputs, have a single one. In the Workflow’s Configuration, add another text field for the keyword and use the variable as the value in the Kewyord Input. The documentation explains how that’s done. Here’s the workflow with the changes (I’d submit a PR, but the contents aren’t in the GitHub repo). I’ve also made made a small tweak to call the current configuration “VSCode CLI” and quoted the vscode variable (otherwise spaces in the path would trip up your code).
Use cache directory instead of the system tmp folder
Prep in order to submit Workflow to Alfred.
Also uses Workflow Configuration to allow user to set the path of code
that points to Visual Studio Code executable
Add `codediff` keyword for VSCodeDiff to show up
1.2.0 Update README.md
Add `diff` keyword for VSCodeDiff to show up
New keyword diff
for performing diff with VSCodeDiff
Stable release 1.0.0
Marking 0.1.1 as 1.0.0 since this is pretty stable
Added logo
Also updated some helper texts
Initial Release 0.1.0
- Supports comparison between the last 2 items in the clipboard history and opens diff in VSCode