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

298 Commits

Author SHA1 Message Date
e28c08b136 update documentation 2021-04-08 12:42:01 -07:00
2bc8307861 Merge branch 'master' into dev
# Conflicts:
#	man/jc.1
2021-04-08 11:33:50 -07:00
9b39917c79 update docstrings for new help functionality 2021-04-08 11:24:02 -07:00
b7355fd30d new docstring format for improved documentation 2021-04-08 10:20:24 -07:00
f26909eefb formatting 2021-04-07 11:18:33 -07:00
f2d746403a typo fix 2021-04-06 20:30:56 -07:00
abee226591 rename rpm_qia to rpm_qi 2021-04-06 18:32:47 -07:00
9244302581 rpm parser doc update 2021-04-06 15:07:39 -07:00
0548263e89 add rpm -qai parser 2021-04-06 14:39:39 -07:00
417b70020a add idle time fields to finger parser 2021-04-06 10:51:41 -07:00
26d5529d86 remove aix support, add note for -s support. schema update 2021-04-06 10:03:51 -07:00
755b941a9a doc update 2021-04-05 17:14:33 -07:00
fd1ca82d86 add finger parser 2021-04-05 17:09:22 -07:00
3590cda13a docs formatting 2021-04-05 12:07:52 -07:00
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