Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 868adc3

Browse files
committed
Merge branch 'develop'
2 parents a8dafa2 + 83f54d8 commit 868adc3

28 files changed

+1734
-14344
lines changed

.babelrc

Lines changed: 0 additions & 18 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

.flowconfig

Lines changed: 0 additions & 7 deletions
This file was deleted.

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
.yalc/
12
node_modules/
2-
icons/
3-
persist/
3+
/persist/
4+
/dist/
45
npm-debug.log
6+
yarn-error.log
7+
yalc.lock

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22

33
Simple workflow that allows you to browse and open [Atom](https://atom.io/) projects.
44

5-
- [Requirements](#requirements)
6-
- [Installation](#installation)
7-
- [Usage](#usage)
8-
95
## Requirements
106

11-
- [NodeJS](https://nodejs.org)
7+
- NodeJS 8+
128
- [Atom Project Manager package](https://atom.io/packages/project-manager)
13-
- [Alfred Powerpack](https://www.alfredapp.com/powerpack)
9+
- Alfred 4 with paid [Alfred Powerpack](https://www.alfredapp.com/powerpack)
1410

1511
## Installation
1612

17-
### NPM
13+
### NPM (preferred)
1814

1915
This workflow can be installed with NPM, as an added bonus you'll get a notification when an update is available!
2016

@@ -24,7 +20,11 @@ npm install -g alfred-atom
2420

2521
### Packal / GitHub
2622

27-
Download the latest `Atom.alfredworkflow` from [Packal](http://www.packal.org/workflow/atom) or [GitHub](https://github.com/Cloudstek/alfred-atom/releases) and import it in Alfred.
23+
Because some dependencies are quite big you have to run `npm install` yourself after installing the workflow. Please follow these steps:
24+
25+
1. Download the latest `Atom.alfredworkflow` from [Packal](http://www.packal.org/workflow/atom) or [GitHub](https://github.com/Cloudstek/alfred-atom/releases) and import it in Alfred.
26+
2. Open Alfred and go to Workflows. Right-click on Atom and click on *"Open in Terminal"*
27+
3. In the terminal, enter `npm install`
2828

2929
## Usage
3030

@@ -37,3 +37,6 @@ Simply type `atom` followed by space to list all projects. Optionally type a sea
3737
> No projects are listed by the `atom` command
3838
3939
You most likely have an invalid `projects.cson` file. Some edge cases may be handled by the Atom Project Manager package but not handled in Alfred Atom Workflow. Check that the format matches https://github.com/danielbrodin/atom-project-manager#example.
40+
41+
Also check out the debug output, see the [Using the Workflow Debugger](https://www.alfredapp.com/help/workflows/advanced/debugger/) section of the Alfred documentation.
42+

gulpfile.babel.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

icons.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

icons.js.flow

Lines changed: 0 additions & 162 deletions
This file was deleted.

0 commit comments

Comments
 (0)