Skip to content

Releases: Cloudstek/alfred-atom

v2.2.0

03 Feb 00:25
Compare
Choose a tag to compare

Changes in v2.2.0

  • Modifier key functions, press the modifier to do even more with your projects!
  • Use Alfreds built-in filtering by default

Note
If you have any trouble running the Alfred workflow. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install

To make sure installation was successful, run the following command to run the test suite. All tests should pass. If not, open up an issue and attach the results.

$ npm run test

Legacy filtering

If you don't want Alfred to filter the results (as with previous versions), simply edit the script filter in the Alfred workflow and uncheck the "Alfred filters results" option. Next change the script to:

$nodePath main.js projects {query}

v2.1.0

25 Jan 00:17
Compare
Choose a tag to compare

Changes in v2.1.0

  • Include project group in search

Note
If you have any trouble running the Alfred workflow. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install

To make sure installation was successful, run the following command to run the test suite. All tests should pass. If not, open up an issue and attach the results.

$ npm run test

v2.0.0 - NodeJS Rewrite

15 Dec 15:41
Compare
Choose a tag to compare

A complete rewrite in NodeJS by @mrodalgaard (thanks!).

Changes in v2.0.0

  • Replace PHP requirement with NodeJS
  • Massive performance improvements
  • Support for project icons

Note
If you have any trouble running the Alfred workflow. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install

To make sure installation was successful, run the following command to run the test suite. All tests should pass. If not, open up an issue and attach the results.

$ npm run test