Skip to content

Releases: logicxd/alfred-vscodediff

Use default `code` instead of an absolute route

18 Apr 08:15
3e80bb5
Compare
Choose a tag to compare

Changes /usr/local/bin/code to just code to help support both Intel and Apple Silicon, which may be installed in a different location.

Keyword as Workflow Configuration

06 Jan 00:01
09eb44c
Compare
Choose a tag to compare

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

04 Jan 11:41
09eb44c
Compare
Choose a tag to compare

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

10 May 10:12
cfc4e3e
Compare
Choose a tag to compare

Add `diff` keyword for VSCodeDiff to show up

09 May 21:57
cfc4e3e
Compare
Choose a tag to compare

New keyword diff for performing diff with VSCodeDiff

Stable release 1.0.0

04 May 07:37
622fe9f
Compare
Choose a tag to compare

Marking 0.1.1 as 1.0.0 since this is pretty stable

Added logo

02 May 08:36
58d8d11
Compare
Choose a tag to compare

Also updated some helper texts

Initial Release 0.1.0

02 May 08:31
46cc4c1
Compare
Choose a tag to compare
  • Supports comparison between the last 2 items in the clipboard history and opens diff in VSCode