https://github.com/athurg/cronparser
Crontab计划任务解析工具
https://github.com/athurg/cronparser
crontab golang parser ui web
Last synced: about 2 months ago
JSON representation
Crontab计划任务解析工具
- Host: GitHub
- URL: https://github.com/athurg/cronparser
- Owner: athurg
- Created: 2017-08-11T08:55:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T09:07:50.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T23:13:43.352Z (over 1 year ago)
- Topics: crontab, golang, parser, ui, web
- Language: Go
- Size: 330 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cronparser
Crontab计划任务解析工具,主要用于可视化crontab的计划任务。
# Usage
## 命令行解析文件
```bash
crontab -l /tmp/output
./cronparser -f /tmp/output
```
效果:

## 实时解析
```bash
./cronparser -l :8080
```
效果
