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

484 Commits

Author SHA1 Message Date
0ee4a6c377 update schema and add epoch naive timestamp 2021-04-02 12:01:39 -07:00
c5c020f565 add /S option 2021-04-02 11:16:03 -07:00
95ec79bceb Merge pull request #107 from rasheed-rd/add-dir-parser
Add windows dir command parser
2021-04-02 11:14:26 -07:00
8f8be8aa33 add -1 option info 2021-04-02 11:14:06 -07:00
5b60c7445a Add support for /S and update documentation 2021-04-02 13:43:06 -04:00
d9dbcc8b52 Add parent dir to structure. Add test cases. Remove support for /Q 2021-04-02 13:13:05 -04:00
79bc525970 add codes field to schema 2021-04-01 20:42:36 -07:00
9dae1091dd typo fix 2021-04-01 20:41:05 -07:00
0a7ed0959d rename err to error 2021-04-01 20:17:21 -07:00
5c0142dd19 add dpkg-l parser 2021-04-01 20:12:58 -07:00
82539444b2 fix indentation for int and float conversions. add real_time field to schema 2021-03-31 20:48:44 -07:00
a571d3cbaf fix typo 2021-03-31 20:41:04 -07:00
a038c14c23 change microseconds to centiseconds 2021-03-31 20:39:03 -07:00
884c36ff42 add /usr/bin/time parser 2021-03-31 20:19:46 -07:00
05885c0096 add epoch and epoch_utc timestamps 2021-03-30 21:29:34 -07:00
4c9761231a add when_epoch and when_epoch_utc fields 2021-03-30 20:41:10 -07:00
08d4cd4870 add time calculations to acpi parser 2021-03-30 16:34:01 -07:00
9767a50ced update who parser to add epoch naive timestamp 2021-03-30 11:59:44 -07:00
daec4ab0a7 add epoch_utc field to timedatectl parser 2021-03-29 21:16:40 -07:00
7f7d8d4bd6 update stat docs 2021-03-29 20:36:10 -07:00
da88e49bae add new examples 2021-03-29 15:36:16 -07:00
a7ad24d2cb Add dir parser
Add usage commands

Fix example options

update dir.md
2021-03-25 18:09:47 -04:00
ad645636d0 update uptime docs 2021-03-25 11:43:30 -07:00
5fed4698c2 update docs and version number 2021-03-24 21:57:04 -07:00
5936940532 rewrite of date parser using datetime library 2021-03-24 20:20:53 -07:00
56011f1f17 updated upower examples 2021-03-24 14:14:22 -07:00
798250af61 use jc.utils.parse_datetime_to_timestamp() function for timestamp creation 2021-03-24 12:49:53 -07:00
209d54e8b5 add hour_24 to schema docs 2021-03-24 07:39:11 -07:00
2b38462de7 update examples 2021-03-23 14:59:03 -07:00
ab42e6bb15 formatting 2021-03-23 14:10:42 -07:00
6802884540 ensure period is always uppercase in dict value. update period documentation 2021-03-23 14:04:36 -07:00
7cb8577b96 correct epoch_utc calculation. Fix for 12 hour vs. 24 hour representation 2021-03-23 13:55:23 -07:00
3cd43f0f98 formatting 2021-03-22 20:57:16 -07:00
1565019966 fix weekday numbering to be ISO 8601 compliant. Add naive calculated epoch timestamp field 2021-03-22 20:56:57 -07:00
0a4de2d3a1 add naive datetime calculation info to docs 2021-03-22 20:22:35 -07:00
d4fea17c57 use UTC when calculating epoch timestamp. reset time locale to default after changing 2021-03-21 14:03:36 -07:00
3dd7a5b77e add upower docs 2021-03-19 11:00:50 -07:00
bd425f2493 version bump to v1.15.0. Add acpi docs 2021-03-16 11:45:56 -07:00
c672d1c174 initial working hciconfig parser 2021-02-09 16:03:00 -08:00
9cf5be73e3 typo fix 2021-01-06 16:19:47 -08:00
63fc149e2a typo fix 2021-01-06 16:17:25 -08:00
2fde4a4e22 doc updates 2021-01-06 12:07:58 -08:00
60b9e97982 last parser enhancements: augment hostname with CONSOLE for GUI login, add convenience fields when -F is used: login_epoch, logout_epoch, duration_seconds, calculate duration to hours:minutes 2021-01-06 12:02:47 -08:00
661b3ef311 doc updates 2021-01-05 22:04:44 -08:00
567b887253 doc updates 2021-01-05 21:26:43 -08:00
2b7405c5e2 doc updates 2021-01-05 13:58:38 -08:00
7ac621e4c9 add -F support 2021-01-05 12:29:29 -08:00
22b461eb4b Add period field for en_US.UTF-8 locale 2021-01-05 09:42:05 -08:00
1d0ad2f045 doc fixes 2021-01-04 18:01:16 -08:00
03c02953cd add wc doc 2021-01-01 12:01:56 -08:00