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

203 Commits

Author SHA1 Message Date
e04cd298fb version bump 2022-04-25 19:25:58 -07:00
96609a2c70 add update-alternatives --get-selections parser 2022-04-22 15:10:48 -07:00
39306573da add update-alternatives parser 2022-04-22 14:47:07 -07:00
49a3a7db3b initial git-log parser 2022-04-19 09:30:38 -04:00
3c3ad9fc6a iterator -> iterable in doc 2022-04-12 14:20:58 -07:00
d5e9074f1c version bump 2022-04-04 11:38:04 -07:00
7d95d679bf add asciitable parser 2022-03-22 12:25:24 -07:00
70fafbf3f8 remove asciitable so tests pass for now 2022-03-18 14:19:00 -07:00
4a3a4e10df add asciitable and asciitable-m parsers 2022-03-18 13:03:43 -07:00
9e80fd2b97 fallback if info and doc items don't exist 2022-03-14 12:17:18 -07:00
f9a9062147 add documentation argument to parser_info and all_parser_info 2022-03-14 10:46:23 -07:00
c693c868ca add mpstat streaming parser 2022-03-11 15:59:38 -08:00
bc97052ed4 initial add mpstat parser 2022-03-11 12:37:17 -08:00
0d13909cf6 add pidstat-s parser 2022-03-09 16:07:29 -08:00
01f2c1e71f add pidstat parser 2022-03-09 12:13:32 -08:00
306512d6bb force AM/PM to uppercase in date parser 2022-03-05 15:13:47 -08:00
e4222b45f5 fix names to mod names 2022-03-04 16:24:13 -08:00
cb2dfeac8d change name to JSON Convert 2022-03-04 13:27:39 -08:00
9a3602e70b doc update 2022-03-04 08:57:11 -08:00
a9f53ee258 optimize streaming parser detection in cli 2022-03-03 17:50:19 -08:00
7ede7be7bf add standard and streaming list functions 2022-03-03 17:36:40 -08:00
2c5c57ae04 version bump 2022-02-24 20:33:10 -08:00
4dda895f12 initial nmcli parser 2022-02-24 11:25:14 -08:00
6b069a82d0 Add xrandr to lib.py 2022-02-03 22:40:40 -08:00
1391063217 first draft rsync streaming parser 2022-02-02 11:49:39 -08:00
2f80800e38 simplify all_parser_info comprehension 2022-02-01 19:06:41 -08:00
b57d25c69a clean up return type for parser_info 2022-02-01 18:30:37 -08:00
21719f9a26 type annotation updates 2022-02-01 17:54:22 -08:00
a15a1967dc fix typo 2022-02-01 17:18:39 -08:00
ca654b2140 fix parser order 2022-02-01 16:42:10 -08:00
84169e1a91 add rsync parser 2022-01-28 14:08:43 -08:00
2adec2c003 update type hints with mypy help 2022-01-26 20:40:03 -08:00
db7dc0634b make **kwargs optional 2022-01-26 17:12:35 -08:00
28ffe3076b formatting 2022-01-26 16:34:23 -08:00
42fbe40a4a simplify type hints 2022-01-26 15:54:18 -08:00
27e4a120e2 remove trailing comma 2022-01-26 15:31:18 -08:00
590728f9c1 try new pydoc-markdown formatting options 2022-01-26 11:50:25 -08:00
fd5433ee62 parse docstring formatting 2022-01-25 18:58:09 -08:00
4568f2d06e formatting for parse docstring 2022-01-25 18:51:56 -08:00
6fad44e35d fix type hint 2022-01-25 16:28:29 -08:00
1caac750da Update type hints 2022-01-25 16:27:29 -08:00
16370dcb3d update type hints 2022-01-25 15:49:48 -08:00
c1302f2573 add type-hints to public api 2022-01-25 15:49:31 -08:00
1a05f1c575 add parser info functions. move _get_parser functionality from cli to lib 2022-01-25 10:46:58 -08:00
8e6a31d3da minor fix for macOS binary 2022-01-21 14:08:19 -08:00
49c5568577 module doc update 2022-01-20 07:49:45 -08:00
6962b9ee8a formatting 2022-01-19 22:24:59 -08:00
b4575a3f78 add lib docs 2022-01-19 22:20:36 -08:00
7309bd2282 add get_help 2022-01-19 18:47:44 -08:00
d4c34098fa formatting 2022-01-19 11:31:29 -08:00