Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-21T04:15:46.000Z (about 2 years ago)
- Last Synced: 2024-10-05T05:43:30.402Z (30 days 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: 3
- 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.
![screenshot](/screenshot.png)
## 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