1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00
Commit Graph

227 Commits

Author SHA1 Message Date
Kelly Brazil 7213831559 add process boilerplate 2019-11-07 18:47:01 -08:00
Kelly Brazil 10eedd82e4 changelog update 2019-11-07 18:34:06 -08:00
Kelly Brazil a55493da0f process route data 2019-11-07 18:33:51 -08:00
Kelly Brazil 89973f4162 doc updates and tty fix 2019-11-07 15:33:12 -08:00
Kelly Brazil 4802222ad5 process ps data 2019-11-07 15:24:03 -08:00
Kelly Brazil bcd28f06f8 prep ps for process 2019-11-07 15:09:57 -08:00
Kelly Brazil e17a47a7fa fix typo 2019-11-07 14:51:05 -08:00
Kelly Brazil cad2e16c7a document examples 2019-11-07 14:49:21 -08:00
Kelly Brazil 5da5d278da process netstat data 2019-11-07 14:43:42 -08:00
Kelly Brazil 81b6776e57 remove old netstat parser 2019-11-07 13:58:55 -08:00
Kelly Brazil 5ecb6bd58b doc updates 2019-11-07 13:58:37 -08:00
Kelly Brazil 21b56096c5 finalize parse_post 2019-11-07 13:53:23 -08:00
Kelly Brazil 8c78f95973 clean up trailing spaces on entries 2019-11-07 12:13:25 -08:00
Kelly Brazil 94a88bb566 post_parse flags and program_name 2019-11-07 10:52:02 -08:00
Kelly Brazil 579124475b simplify parser_map code 2019-11-07 09:02:27 -08:00
Kelly Brazil 5da83e0200 fix found variable error 2019-11-07 08:23:11 -08:00
Kelly Brazil a90a76d004 move out old netstat parser 2019-11-07 08:15:19 -08:00
Kelly Brazil bdfa959123 fix compatibility code 2019-11-07 08:07:43 -08:00
Kelly Brazil 4380594275 remove cli functions from utils 2019-11-07 08:04:32 -08:00
Kelly Brazil 88bf252c0d rename jc.py to cli.py 2019-11-07 08:04:07 -08:00
Kelly Brazil a5efd8adce rename jc.py to cli.py 2019-11-07 08:03:45 -08:00
Kelly Brazil 2ee392eeff add quiet mode 2019-11-06 21:09:09 -08:00
Kelly Brazil 9c1d893e16 move utils to own module and add quiet mode 2019-11-06 21:07:25 -08:00
Kelly Brazil 88dcb90c83 changelog update 2019-11-06 21:05:25 -08:00
Kelly Brazil a3bcabc89c mvp of netstat raw_data parser 2019-11-06 20:35:10 -08:00
Kelly Brazil dafbf9fdcf process lsmod data 2019-11-06 19:17:01 -08:00
Kelly Brazil 680cb2b2ca doc update 2019-11-06 09:56:59 -06:00
Kelly Brazil 54818a06e0 change bool variable names 2019-11-06 09:21:55 -06:00
Kelly Brazil 88f4c5b5a9 remove TypeError from exception check 2019-11-06 08:47:54 -06:00
Kelly Brazil 2bb7409887 process lsblk data 2019-11-05 23:10:49 -06:00
Kelly Brazil c780aac3ab add compatibility function 2019-11-05 22:42:48 -06:00
Kelly Brazil 5010aaec28 put exit() back 2019-11-05 17:25:20 -06:00
Kelly Brazil 066e93cb07 move exit() to errormessage() 2019-11-05 17:23:46 -06:00
Kelly Brazil 0bd2faa7f7 beautify compatibility list 2019-11-05 17:17:07 -06:00
Kelly Brazil e2f926453b add install script 2019-11-05 17:08:41 -06:00
Kelly Brazil b953b79f9c add compatibility 2019-11-05 17:04:18 -06:00
Kelly Brazil 7f99677806 compatibility function call 2019-11-05 17:00:36 -06:00
Kelly Brazil 721b546659 finish schema 2019-11-05 15:14:52 -06:00
Kelly Brazil 2de5e41269 fix for more columns and build schema 2019-11-05 15:07:40 -06:00
Kelly Brazil dfe0f6e99b process ls data 2019-11-05 08:30:32 -08:00
Kelly Brazil 8873b1bc69 clean up process code 2019-11-05 08:07:39 -08:00
Kelly Brazil 9ff9470700 refactor helptext() function 2019-11-05 07:21:58 -08:00
Kelly Brazil 2c58fca530 process jobs data 2019-11-04 17:07:11 -08:00
Kelly Brazil 9e5cd90da7 process iptables data 2019-11-04 16:59:14 -08:00
Kelly Brazil 7ee0d49424 process ifconfig data 2019-11-04 15:54:34 -08:00
Kelly Brazil a9058ee21e doc formatting 2019-11-04 15:19:50 -08:00
Kelly Brazil fcf0aac87d add history processing 2019-11-04 15:19:35 -08:00
Kelly Brazil daec5f0681 process free data 2019-11-04 15:11:18 -08:00
Kelly Brazil 5b2491d5ae process env data 2019-11-04 15:03:16 -08:00
Kelly Brazil d9b41ac73b doc formatting 2019-11-04 13:52:45 -08:00