https://github.com/crispgm/alfred-cron
Convert Cron expression to human readable text
https://github.com/crispgm/alfred-cron
alfred alfred-workflow alfred3-workflow cron
Last synced: 3 months ago
JSON representation
Convert Cron expression to human readable text
- Host: GitHub
- URL: https://github.com/crispgm/alfred-cron
- Owner: crispgm
- License: mit
- Created: 2018-10-06T04:56:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T04:15:46.000Z (almost 3 years ago)
- Last Synced: 2025-04-15T14:06:37.661Z (3 months ago)
- Topics: alfred, alfred-workflow, alfred3-workflow, cron
- Language: Go
- Homepage: http://www.packal.org/workflow/alfred-cron-0
- Size: 9.35 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-cron
Convert Cron expression to human readable text.

## Installation
### Install via Packal
[alfred-cron](http://www.packal.org/workflow/alfred-cron-0)
### Install manually
Download and import [alfred-cron.alfredworkflow](https://github.com/crispgm/alfred-cron/raw/master/alfred-cron.alfredworkflow).
## Dependencies
- [Alfred](https://www.alfredapp.com/)
- [Alfred Powerpack](https://www.alfredapp.com/powerpack/)## Credit
- [deanishe/awgo](https://github.com/deanishe/awgo)
- [lnquy/cron](https://github.com/lnquy/cron)## Changelog
- `2.0`: Migrate to local cron library
- `1.3`: "Copy to Clipboard" with `Enter`
- `1.2`: Add loading text
- `1.1`: Add an icon
- `1.0`: Initial version## License
MIT