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

497 Commits

Author SHA1 Message Date
db47f35783 add working sfdisk parser 2021-06-30 12:38:36 -07:00
c521ca5bc9 change possible to available 2021-06-11 11:41:16 -07:00
3ddc1c6659 add jello 2021-06-11 11:39:38 -07:00
5db71b05cb add en_US.UTF-8 to LANG info 2021-05-25 09:47:24 -07:00
473a643142 add windows msi info 2021-05-21 10:16:08 -07:00
773b7f4b1f add space before exit code table 2021-05-17 08:38:09 -07:00
8d8c58742e formatting 2021-05-11 11:32:08 -07:00
21a15225eb add exit codes section 2021-05-11 10:59:26 -07:00
efb1d3e6b2 add blog title and minor formatting 2021-05-05 09:23:21 -07:00
4e6ae66bac formatting 2021-05-05 09:20:47 -07:00
5ee88e7b67 add use cases section 2021-05-05 09:18:45 -07:00
6150aae0ae clarify packaged binaries 2021-04-30 10:31:02 -07:00
d24f9a885d fix contributing link 2021-04-28 15:26:52 -07:00
bd428a9fd7 fix link 2021-04-28 11:52:24 -07:00
934941332f minor link updates 2021-04-28 11:50:10 -07:00
56e041aa26 add Practical JSON at the Command Line blog link 2021-04-28 11:34:51 -07:00
92e2252bee fix typo 2021-04-26 12:18:21 -07:00
8d2d3db3fa formatting 2021-04-25 21:10:21 -07:00
eca785450d add caveats to readme and manpage 2021-04-25 21:06:47 -07:00
ff3c2d809e add ufw-appinfo to docs 2021-04-23 09:57:41 -07:00
23635def8b add ufw to docs 2021-04-21 07:51:32 -07:00
7ecdf819fa remove dig example from readme, 2021-04-16 16:29:27 -07:00
c6aa4d0835 update docs with new dig parser examples 2021-04-16 16:19:20 -07:00
89f52b95f7 update systeminfo parser with updated timestamps, normalized blank fields, and new doc style 2021-04-14 20:20:46 -07:00
9b39917c79 update docstrings for new help functionality 2021-04-08 11:24:02 -07:00
5285e699c3 fix rpm-qi parser name 2021-04-07 08:07:50 -07:00
abee226591 rename rpm_qia to rpm_qi 2021-04-06 18:32:47 -07:00
293ad39f4b typo fix 2021-04-06 16:48:31 -07:00
0548263e89 add rpm -qai parser 2021-04-06 14:39:39 -07:00
e0d430c26c update -r raw option info 2021-04-06 11:00:46 -07:00
fd1ca82d86 add finger parser 2021-04-05 17:09:22 -07:00
6fe175344f change examples link to github.io 2021-04-05 13:38:09 -07:00
2f1011dd85 readme update 2021-04-05 12:03:35 -07:00
02f4d606d0 add documentation links to README.md 2021-04-05 11:49:30 -07:00
e4781d60ce update parser descriptions with backticks surrounding command names 2021-04-04 20:52:34 -07:00
6201fb346a test backticks in description 2021-04-04 20:31:58 -07:00
f88c8343f9 update iw-scan description for documentation 2021-04-04 20:30:53 -07:00
25410d3316 create readmegen.py script. move jinja2 templates to templates folder 2021-04-04 20:28:54 -07:00
4ff9952938 change OSX to macOS 2021-04-04 15:57:44 -07:00
f238fac0eb add contributing guidelines 2021-04-02 13:19:47 -07:00
017228f80d add tested on Windows 10 2021-04-02 12:14:26 -07:00
283433578d add dir parser 2021-04-02 12:01:23 -07:00
cf3cc636ba add dpkg-l parser info 2021-04-01 20:25:56 -07:00
884c36ff42 add /usr/bin/time parser 2021-03-31 20:19:46 -07:00
4c9761231a add when_epoch and when_epoch_utc fields 2021-03-30 20:41:10 -07:00
656eaa1508 formatting 2021-03-30 16:43:53 -07:00
1560dcddcf add acpi, upower parsers and -v version option 2021-03-30 16:43:02 -07:00
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
a0db7754e3 add nixos install info 2021-03-26 09:32:49 -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