1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

crontab-u and history doc updates

This commit is contained in:
Kelly Brazil
2020-02-04 14:36:03 -08:00
parent 025986c51d
commit 395a99037b
3 changed files with 89 additions and 13 deletions

View File

@ -14,19 +14,19 @@ Examples:
$ history | jc --history -p
[
{
"line": "118",
"line": 118,
"command": "sleep 100"
},
{
"line": "119",
"line": 119,
"command": "ls /bin"
},
{
"line": "120",
"line": 120,
"command": "echo "hello""
},
{
"line": "121",
"line": 121,
"command": "docker images"
},
...
@ -63,7 +63,7 @@ Returns:
[
{
"line": string,
"line": integer,
"command": string
}
]