All Projects → Cloudstek → Alfred Atom

Cloudstek / Alfred Atom

Licence: bsd-2-clause
Alfred workflow to browse and open Atom projects

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Alfred Atom

alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (+70.73%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Collection
A collection of all known Alfred3 workflows
Stars: ✭ 785 (+1814.63%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (-39.02%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (-43.9%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (+692.68%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
alfred-last2imgur
Alfred workflow to upload the last screenshot taken to Imgur + (delete and minify image)
Stars: ✭ 15 (-63.41%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Slack
The Slack workflow for Alfred app
Stars: ✭ 254 (+519.51%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+5343.9%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Bear
Alfred 3 workflow to create and search notes in Bear.
Stars: ✭ 319 (+678.05%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (+660.98%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Pinboard Rs
Alfred Workflow for Pinboard (Rust)
Stars: ✭ 223 (+443.9%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Bluetooth Connect
Alfred plugin that allowed to connect/disconnect to paired bluetooth device
Stars: ✭ 28 (-31.71%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Bear
Streamlined note searching and creation for Bear using Alfred
Stars: ✭ 203 (+395.12%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
bookends-tools
Alfred Workflow to Integrate with Bookends, an academic reference manager/bibliography tool for macOS
Stars: ✭ 78 (+90.24%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfredmagic
一个面向效率提升的中文Workflow
Stars: ✭ 178 (+334.15%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-60.98%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Pdf Tools
Optimize, encrypt and manipulate PDF files.
Stars: ✭ 69 (+68.29%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Dark Mode
Alfred 3 workflow to toggle the system dark mode
Stars: ✭ 165 (+302.44%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Alfred Things
Interact with Things 3 using Alfred.
Stars: ✭ 278 (+578.05%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+1256.1%)
Mutual labels:  alfred, alfred-workflow, alfred3-workflow

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].