https://github.com/mmore/cron2html
  
  
    Simple CRON to HTML documentation generator for multiple servers 
    https://github.com/mmore/cron2html
  
cron cronjob documentation export generator
        Last synced: 7 months ago 
        JSON representation
    
Simple CRON to HTML documentation generator for multiple servers
- Host: GitHub
- URL: https://github.com/mmore/cron2html
- Owner: MMore
- License: gpl-3.0
- Created: 2015-06-09T21:48:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T14:32:45.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T02:43:43.422Z (9 months ago)
- Topics: cron, cronjob, documentation, export, generator
- Language: Go
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # CRON to HTML
[](https://travis-ci.org/MMore/cron2html)
A CRON to HTML documentation generator for multiple servers written in golang.
## Installation
Just download the [cron2html](https://github.com/MMore/cron2html/releases) binary.
Alternatively install it with
```
$ go get github.com/MMore/cron2html
```
## Usage
Cron2html assumes that you authenticate to all servers via a publickey that is available in your local SSH agent. To add your default SSH publickey to SSH agent, enter `ssh-add`.
```
cron2html --help
cron2html -o cronjobs.html server1 server2
```
## Example output

## Contributing
This is an open source project and your contribution is very much appreciated.
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
2. Fork the repository on Github and make your changes on the **develop** branch (or branch off of it).
3. Send a pull request (with the **develop** branch as the target).
## Changelog
See [CHANGELOG.md](changelog.md)
## License
cron2html is available under the GPL v3 license. See the [LICENSE](LICENSE) file for more info.