1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

add supported commands to docs

This commit is contained in:
Kelly Brazil
2020-12-29 13:09:03 -08:00
parent d1567d1f62
commit 9fbbc30906
2 changed files with 20 additions and 0 deletions

View File

@ -2,6 +2,16 @@
# jc.parsers.hashsum
jc - JSON CLI output utility `hash sum` command output parser
This parser works with the following hash calculation programs:
- `md5`
- `md5sum`
- `shasum`
- `sha1sum`
- `sha224sum`
- `sha256sum`
- `sha384sum`
- `sha512sum`
Usage (cli):
$ md5sum file.txt | jc --hashsum

View File

@ -1,5 +1,15 @@
"""jc - JSON CLI output utility `hash sum` command output parser
This parser works with the following hash calculation programs:
- `md5`
- `md5sum`
- `shasum`
- `sha1sum`
- `sha224sum`
- `sha256sum`
- `sha384sum`
- `sha512sum`
Usage (cli):
$ md5sum file.txt | jc --hashsum