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

doc update

This commit is contained in:
Kelly Brazil
2022-05-13 12:45:27 -07:00
parent dc582fbec8
commit 40a5976f11

View File

@ -5,6 +5,7 @@ jc changelog
- Add git log command streaming parser - Add git log command streaming parser
- Add top -b command parser tested on linux - Add top -b command parser tested on linux
- Add top -b command streaming parser tested on linux - Add top -b command streaming parser tested on linux
- Fix git log standard parser for coner-cases where hash values are in messages
- Fix df command parser for rare instances when a newline is found at the end - Fix df command parser for rare instances when a newline is found at the end
- Allow jc to pip install on unsupported python version 3.6 - Allow jc to pip install on unsupported python version 3.6
- Fix asciitable-m parser to skip some rows that contain column separator - Fix asciitable-m parser to skip some rows that contain column separator