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

add vmstat parser and change from linebuffer to unbuffer

This commit is contained in:
Kelly Brazil
2021-09-16 20:45:01 -07:00
parent b48d05a431
commit 51debb5649

View File

@ -1,12 +1,13 @@
jc changelog
20210910 v1.17.0
20210910 v1.17.0 # In progress
- Note to Package Maintainers: please see note at 20210720 v1.16.0
- Add generic ASCII tables parser
- Add vmstat parser
- Add support for streaming parsers
- Add -l option to allow line buffered output
- Add ls command streaming parser tested on linux, macOS, and freeBSD
- Add ping command streaming parser tested on linux, macOS, and freeBSD
- Add -u option to allow unbuffered output
20210830 v1.16.2
- Note to Package Maintainers: please see note at 20210720 v1.16.0