https://github.com/mutewinter/workflows2md
🛅 Make a list of your Alfred Workflows in Markdown.
https://github.com/mutewinter/workflows2md
Last synced: 11 months ago
JSON representation
🛅 Make a list of your Alfred Workflows in Markdown.
- Host: GitHub
- URL: https://github.com/mutewinter/workflows2md
- Owner: mutewinter
- Created: 2013-09-30T14:08:01.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T16:05:48.000Z (over 4 years ago)
- Last Synced: 2025-04-01T04:12:51.710Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workflows2MD
Make a list of your Alfred Workflows in Markdown. Parses `info.plist` and
`update.json`.
```
$ npm install
$ node index.js ~/Dropbox/Preferences/Alfred.alfredpreferences/workflows
```
**Outputs**
```markdown
_Generated with [workflows2md](https://github.com/mutewinter/workflows2md)._
* [Workflow Name](http://sweetworkflowsitebro.com) by Author
* [Workflow2 Name](http://sweetworkflowsitebro.com) by Author
```