Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamVerschueren/alfred-updater
Alfred workflow updater
https://github.com/SamVerschueren/alfred-updater
Last synced: 8 days ago
JSON representation
Alfred workflow updater
- Host: GitHub
- URL: https://github.com/SamVerschueren/alfred-updater
- Owner: SamVerschueren
- License: mit
- Created: 2016-09-10T10:26:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T19:14:10.000Z (over 3 years ago)
- Last Synced: 2024-10-14T06:33:03.156Z (about 1 month ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 104
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# alfred-updater [![Build Status](https://travis-ci.org/SamVerschueren/alfred-updater.svg?branch=master)](https://travis-ci.org/SamVerschueren/alfred-updater)
> [Alfred](https://www.alfredapp.com/) workflow updater
Note that this workflow will only update the workflows managed by npm, including itself.
## Install
```
$ npm install -g alfred-updater
```*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
In Alfred, type `update` and Enter.
The workflow will start updating all the outdated workflows and will notify you when it's done.> Note: Updating your workflows can take a while. Be patient!
## Related
- [alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease
- [alfred-notifier](https://github.com/samverschueren/alfred-notifier) - Update notifications for your Alfred workflow## License
MIT © [Sam Verschueren](https://github.com/SamVerschueren)