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

add route parser

This commit is contained in:
Kelly Brazil
2019-10-18 13:59:30 -07:00
parent 51a1d3e6f4
commit 77b74c5507

View File

@ -3,7 +3,7 @@ jc changelog
2019xxxx v0.5.0
- Fix netstat -p parsing for Ubuntu
- Add ps parser
+ Add route parser
- Add route parser
+ Change some ifconfig fields to integers
+ Use maxsplit option in split in ls.py line 109... otherwise filenames with multiple spaces
between words can be incorrectly represented with the .join operation