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

165 Commits

Author SHA1 Message Date
3638298af8 make pygments library optional 2021-03-26 15:54:45 -07:00
f07620afc7 move version to jc.__init__.py
add -h option for help instead of always showing on error
use jc.utils.error_message for the following errors: missing/incorrect arguments, parser not found, missing piped data
2021-03-26 09:28:03 -07:00
ad39fc6029 working upower parser. history lines are ignored 2021-03-17 11:26:06 -07:00
bd425f2493 version bump to v1.15.0. Add acpi docs 2021-03-16 11:45:56 -07:00
58645301ec add acpi command parser 2021-03-11 19:55:47 -08:00
2a5588b177 packaging fix for yaml parser and pyoxidizer 2021-03-05 09:38:22 -08:00
229e953a38 initial add of hciconfig parser 2021-02-09 13:26:24 -08:00
87b506dc9b fix for spaces in dig answer data 2021-02-05 06:55:06 -08:00
15c9002d9e simplify logic by taking out 'not' in JC_COLORS parsing 2021-01-08 11:56:56 -08:00
62748676aa initial iw-scan parser 2021-01-05 20:44:22 -08:00
d8b5d6c66c version bump to 1.14.1 2021-01-05 09:45:37 -08:00
e4bac3a493 add wc parser 2020-12-31 14:10:37 -08:00
55f360e267 add hash command parser 2020-12-30 12:58:52 -08:00
a9be42e303 specify parser warnings for quiet option 2020-12-30 11:28:42 -08:00
0431798178 add cksum parser 2020-12-30 11:02:02 -08:00
28762aea15 add hashsum parser 2020-12-29 11:36:20 -08:00
3fcd2f6c2e version bump 2020-08-05 11:34:29 -07:00
5c538816cf ping parser fix for raspberry pi 2020-08-04 17:36:35 -07:00
37d3bc699c add date parser 2020-07-31 14:39:02 -07:00
2205034e09 add kv parser 2020-07-30 16:20:51 -07:00
339238ab36 version bump and add route -6 tests 2020-07-27 20:37:33 -07:00
a8560dbc15 add tracepath 2020-07-27 11:01:57 -07:00
5b444d4717 add traceroute parser 2020-07-22 12:19:27 -07:00
8719d96bdd change description 2020-07-20 16:54:43 -07:00
cc60f36748 add ping parser 2020-07-18 12:35:46 -07:00
34ed772775 version bump 2020-07-11 09:46:47 -07:00
a09d1d8b76 move environment variable assignment to main() to simplify tests 2020-07-10 12:23:25 -07:00
27b21b2faf formatting and docstring updates 2020-07-09 11:11:29 -07:00
c29ed3fd69 formatting of quotation marks and docstrings 2020-07-09 10:54:49 -07:00
cedf603f12 minor formatting 2020-07-09 09:59:00 -07:00
ce0b43d919 Remove dependency on 3rd party packaging library 2020-07-09 12:44:41 -04:00
ddafa5bf06 Support older pygments 2020-07-09 11:39:34 -04:00
bc7116c31b fix JC_COLORS env bug and simplify set_env_colors() 2020-07-09 08:30:10 -07:00
53b7092721 remove side-effects from functions and print in main() 2020-07-08 16:40:28 -07:00
aea41ed341 move verbose_debug enable earlier in code to catch more issues. add sysctl and version bump 2020-07-08 15:41:46 -07:00
4ee199c02a use tracebackplus instead of cgitb since cgitb is depricated 2020-07-06 10:41:01 -07:00
88140d929a wrap error message in code 2020-06-30 11:37:33 -07:00
45f7268240 add -dd to error message 2020-06-30 11:34:08 -07:00
3a3c8e4d4a move verbose_debug under debug check 2020-06-30 11:31:08 -07:00
c1ac183a04 simplify debug option 2020-06-30 11:26:09 -07:00
18bb779ee5 formatting: double quotes to single quotes 2020-06-30 09:39:05 -07:00
8b6612fe79 move JC_COLORS parsing error message 2020-06-30 07:56:34 -07:00
ef5482c3b5 add verbose debug option 2020-06-25 07:29:28 -07:00
22aee1bfa4 version bump 2020-06-22 11:23:15 -07:00
cc0f0971d7 Improve and standardize empty data check for all parsers 2020-06-14 17:17:40 -07:00
83f41b83dc version bump 2020-06-12 12:30:19 -07:00
3e052d1810 version bump 2020-06-10 05:53:20 -07:00
f6478fb636 version bump 2020-06-09 11:18:47 -07:00
54e4c447ab clean up formatting 2020-06-07 12:52:16 -07:00
937a9fa9cf vendorize appdirs module 2020-06-07 12:41:50 -07:00