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

add finger parser

This commit is contained in:
Kelly Brazil
2021-04-05 17:16:38 -07:00
parent 755b941a9a
commit 26a115421b

View File

@ -1,11 +1,12 @@
jc changelog jc changelog
20210405 v1.15.0 20210405 v1.15.0
- Add acpi parser tested on linux - Add acpi command parser tested on linux
- Add upower parser tested on linux - Add upower command parser tested on linux
- Add /usr/bin/time parser tested on linux and macOS - Add /usr/bin/time command parser tested on linux and macOS
- Add dpkg -l parser tested on linux - Add dpkg -l command parser tested on linux
- Add dir parser tested on Windows 10 - Add finger command parser tested on linux and macOS
- Add dir command parser tested on Windows 10
- Update date parser: complete rewrite (v2.0) providing many enhancements: - Update date parser: complete rewrite (v2.0) providing many enhancements:
- Make weekday numbering ISO 8601 compliant - Make weekday numbering ISO 8601 compliant
- Add a calculated naive timestamp field - Add a calculated naive timestamp field