Skip to content

Commit 846be52

Browse files
committed
Add example output to README.md
1 parent 076fcd4 commit 846be52

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
> an interactive command line editor for crontab
44
5+
```bash
6+
$ ./bin/cronedit
7+
1 |
8+
2 | # https://stackoverflow.com/a/5823331/239527
9+
3 | SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.WvQxE0oPYh/Listeners
10+
4 | > 0 */6 * * * bash /asd/backup.sh >/asd/backup.log 2>&1
11+
5 | # * * * * * bash /tools/wip/todo.sh
12+
6 |
13+
cronedit <arrow keys> move <s> save and quit <q> quit <enter> edit minute
14+
<n> new <c> comment <d> duplicate <r> remove
15+
```
16+
517
## This project is in BETA!
618

719
**Note that this is an early version of cronedit. Versions 0.X.X should be considered beta versions and probably not suited for use in critical production environments. Recommended for use only in testing environments.**

0 commit comments

Comments
 (0)