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
- Host: GitHub
- URL: https://github.com/progfay/alfred-char-count-workflow
- Owner: progfay
- Created: 2020-02-12T09:02:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T09:13:22.000Z (over 5 years ago)
- Last Synced: 2025-01-30T20:16:27.483Z (5 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.