4.0.0 • Published 4 years ago

alfred-atom v4.0.0

Weekly downloads
7
License
BSD-2-Clause
Repository
github
Last release
4 years ago

Alfred Atom Workflow

Simple workflow that allows you to browse and open Atom projects.

Requirements

Installation

Yarn / NPM (preferred)

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

yarn add -g alfred-atom
# or
npm install -g alfred-atom

Packal / GitHub

Because some dependencies are quite big you have to run npm install yourself after installing the workflow. Please follow these steps:

  1. Download the latest Atom.alfredworkflow from Packal or GitHub and import it in Alfred.
  2. Open Alfred and go to Workflows. Right-click on Atom and click on "Open in Terminal"
  3. In the terminal, enter yarn or npm install.

Usage

Simply type atom followed by space to list all projects. Optionally type a search string to filter results.

alfred-atom

Troubleshooting

No projects are listed by the atom command

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.

Also check out the debug output, see the Using the Workflow Debugger section of the Alfred documentation.

4.0.0

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.4.0

6 years ago

2.3.2

6 years ago

2.3.0

7 years ago