1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-26 21:04:16 +02:00
Commit Graph

172 Commits

Author SHA1 Message Date
Kelly Brazil d8d600cc36 add reference to -h for help 2021-03-29 14:51:48 -07:00
Kelly Brazil 8912a99986 make default json output more compact 2021-03-29 12:25:48 -07:00
Kelly Brazil 7515218ddd use jc.utils for all warning and error messages. simply error and warning formatting. 2021-03-29 11:42:01 -07:00
Kelly Brazil 8fa0fe64d8 add -v to helptext. minor formatting 2021-03-29 10:52:02 -07:00
Kelly Brazil ea71a42bbd formatting 2021-03-29 09:43:19 -07:00
Kelly Brazil 1c16d25b17 add version option (-v) and copyright information. add 'ensure_ascii=False' to json dumps to properly show UTF-8 copyright character 2021-03-29 09:41:15 -07:00
Kelly Brazil 9d12ded889 help description change 2021-03-26 16:32:17 -07:00
Kelly Brazil 3638298af8 make pygments library optional 2021-03-26 15:54:45 -07:00
Kelly Brazil 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
Kelly Brazil ad39fc6029 working upower parser. history lines are ignored 2021-03-17 11:26:06 -07:00
Kelly Brazil bd425f2493 version bump to v1.15.0. Add acpi docs 2021-03-16 11:45:56 -07:00
Kelly Brazil 58645301ec add acpi command parser 2021-03-11 19:55:47 -08:00
Kelly Brazil 2a5588b177 packaging fix for yaml parser and pyoxidizer 2021-03-05 09:38:22 -08:00
Kelly Brazil 229e953a38 initial add of hciconfig parser 2021-02-09 13:26:24 -08:00
Kelly Brazil 87b506dc9b fix for spaces in dig answer data 2021-02-05 06:55:06 -08:00
Kelly Brazil 15c9002d9e simplify logic by taking out 'not' in JC_COLORS parsing 2021-01-08 11:56:56 -08:00
Kelly Brazil 62748676aa initial iw-scan parser 2021-01-05 20:44:22 -08:00
Kelly Brazil d8b5d6c66c version bump to 1.14.1 2021-01-05 09:45:37 -08:00
Kelly Brazil e4bac3a493 add wc parser 2020-12-31 14:10:37 -08:00
Kelly Brazil 55f360e267 add hash command parser 2020-12-30 12:58:52 -08:00
Kelly Brazil a9be42e303 specify parser warnings for quiet option 2020-12-30 11:28:42 -08:00
Kelly Brazil 0431798178 add cksum parser 2020-12-30 11:02:02 -08:00
Kelly Brazil 28762aea15 add hashsum parser 2020-12-29 11:36:20 -08:00
Kelly Brazil 3fcd2f6c2e version bump 2020-08-05 11:34:29 -07:00
Kelly Brazil 5c538816cf ping parser fix for raspberry pi 2020-08-04 17:36:35 -07:00
Kelly Brazil 37d3bc699c add date parser 2020-07-31 14:39:02 -07:00
Kelly Brazil 2205034e09 add kv parser 2020-07-30 16:20:51 -07:00
Kelly Brazil 339238ab36 version bump and add route -6 tests 2020-07-27 20:37:33 -07:00
Kelly Brazil a8560dbc15 add tracepath 2020-07-27 11:01:57 -07:00
Kelly Brazil 5b444d4717 add traceroute parser 2020-07-22 12:19:27 -07:00
Kelly Brazil 8719d96bdd change description 2020-07-20 16:54:43 -07:00
Kelly Brazil cc60f36748 add ping parser 2020-07-18 12:35:46 -07:00
Kelly Brazil 34ed772775 version bump 2020-07-11 09:46:47 -07:00
Kelly Brazil a09d1d8b76 move environment variable assignment to main() to simplify tests 2020-07-10 12:23:25 -07:00
Kelly Brazil 27b21b2faf formatting and docstring updates 2020-07-09 11:11:29 -07:00
Kelly Brazil c29ed3fd69 formatting of quotation marks and docstrings 2020-07-09 10:54:49 -07:00
Kelly Brazil cedf603f12 minor formatting 2020-07-09 09:59:00 -07:00
Dean Serenevy ce0b43d919 Remove dependency on 3rd party packaging library 2020-07-09 12:44:41 -04:00
Dean Serenevy ddafa5bf06 Support older pygments 2020-07-09 11:39:34 -04:00
Kelly Brazil bc7116c31b fix JC_COLORS env bug and simplify set_env_colors() 2020-07-09 08:30:10 -07:00
Kelly Brazil 53b7092721 remove side-effects from functions and print in main() 2020-07-08 16:40:28 -07:00
Kelly Brazil 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
Kelly Brazil 4ee199c02a use tracebackplus instead of cgitb since cgitb is depricated 2020-07-06 10:41:01 -07:00
Kelly Brazil 88140d929a wrap error message in code 2020-06-30 11:37:33 -07:00
Kelly Brazil 45f7268240 add -dd to error message 2020-06-30 11:34:08 -07:00
Kelly Brazil 3a3c8e4d4a move verbose_debug under debug check 2020-06-30 11:31:08 -07:00
Kelly Brazil c1ac183a04 simplify debug option 2020-06-30 11:26:09 -07:00
Kelly Brazil 18bb779ee5 formatting: double quotes to single quotes 2020-06-30 09:39:05 -07:00
Kelly Brazil 8b6612fe79 move JC_COLORS parsing error message 2020-06-30 07:56:34 -07:00
Kelly Brazil ef5482c3b5 add verbose debug option 2020-06-25 07:29:28 -07:00