https://github.com/uetchy/dopeoplesay-alfred-workflow
Alfred Workflow for Do People Say It.
https://github.com/uetchy/dopeoplesay-alfred-workflow
alfred alfred-workflow dopeoplesay
Last synced: 5 months ago
JSON representation
Alfred Workflow for Do People Say It.
- Host: GitHub
- URL: https://github.com/uetchy/dopeoplesay-alfred-workflow
- Owner: uetchy
- License: mit
- Created: 2019-03-29T07:21:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T19:47:36.000Z (over 3 years ago)
- Last Synced: 2025-07-05T19:34:01.517Z (12 months ago)
- Topics: alfred, alfred-workflow, dopeoplesay
- Language: Makefile
- Homepage:
- Size: 672 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Do People Say Alfred Workflow
## Contribute
### Setup
```bash
yarn install
yarn build
make link
```
### Build Package
```bash
yarn pack # will generates a compressed workflow in pkg/
```