You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
-Alfred 4 with paid [Alfred Powerpack](https://www.alfredapp.com/powerpack)
14
10
15
11
## Installation
16
12
17
-
### NPM
13
+
### NPM (preferred)
18
14
19
15
This workflow can be installed with NPM, as an added bonus you'll get a notification when an update is available!
20
16
@@ -24,7 +20,11 @@ npm install -g alfred-atom
24
20
25
21
### Packal / GitHub
26
22
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`
28
28
29
29
## Usage
30
30
@@ -37,3 +37,6 @@ Simply type `atom` followed by space to list all projects. Optionally type a sea
37
37
> No projects are listed by the `atom` command
38
38
39
39
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.
0 commit comments