Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeboer committed Jun 24, 2019
2 parents a8dafa2 + 83f54d8 commit 868adc3
Show file tree
Hide file tree
Showing 28 changed files with 1,734 additions and 14,344 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

21 changes: 0 additions & 21 deletions .eslintrc

This file was deleted.

7 changes: 0 additions & 7 deletions .flowconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.yalc/
node_modules/
icons/
persist/
/persist/
/dist/
npm-debug.log
yarn-error.log
yalc.lock
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@

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

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)

## Requirements

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

## Installation

### NPM
### NPM (preferred)

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

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

### Packal / GitHub

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.
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](http://www.packal.org/workflow/atom) or [GitHub](https://github.com/Cloudstek/alfred-atom/releases) 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 `npm install`

## Usage

Expand All @@ -37,3 +37,6 @@ Simply type `atom` followed by space to list all projects. Optionally type a sea
> 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](https://www.alfredapp.com/help/workflows/advanced/debugger/) section of the Alfred documentation.

36 changes: 0 additions & 36 deletions gulpfile.babel.js

This file was deleted.

2 changes: 0 additions & 2 deletions icons.js

This file was deleted.

162 changes: 0 additions & 162 deletions icons.js.flow

This file was deleted.

Loading

0 comments on commit 868adc3

Please sign in to comment.