An open API service indexing awesome lists of open source software.

https://github.com/progfay/alfred-char-count-workflow

Alfred Workflow for counting character
https://github.com/progfay/alfred-char-count-workflow

Last synced: 3 months ago
JSON representation

Alfred Workflow for counting character

Awesome Lists containing this project

README

        

## alfred-workflow-nodejs-template

### For Developtment

#### Prepare

1. Create a new blank Alfred workflow.

2. Add a Script Filter (right-click the canvas → Inputs → Script Filter), set Language to /bin/bash, and add the following script:

```sh
./node_modules/.bin/run-node index.js "$1"
```

3. Open workflow directory and import this repository.

```sh
cd $WORKFLOW_REPOSITORY
git init
git remote add origin https://github.com/progfay/alfred-char-count-workflow
git fetch
git pull origin master
npm install
```

#### Release

Export for `.alfredworkflow` from Alfred Preference.