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

655 Commits

Author SHA1 Message Date
95dbf98e8e allow options in magic syntax 2020-02-11 19:14:51 -08:00
d49323e4eb add magic_commands list to info 2020-02-11 18:09:21 -08:00
08c1e2aec9 add magic syntax 2020-02-11 18:08:59 -08:00
a2c137df2e better magic command syntax logic using introspection information from parser modules 2020-02-11 18:08:37 -08:00
fe27dcdb8f proof of concept for magic syntax (e.g. jc ls -al) 2020-02-11 12:16:23 -08:00
028e136161 bump to 1.7.2: add test fixtures to package v.1.7.2 2020-02-08 12:46:42 -08:00
9a85a0a4d5 fix doc 2020-02-08 12:46:14 -08:00
3a1cbc4d50 move info class to top 2020-02-05 22:26:47 -08:00
77d334f7f3 Merge pull request #19 from kellyjonbrazil/dev-1.7.1
Dev v1.7.1
v1.7.1
2020-02-05 16:59:52 -08:00
53cdf863ac changelog update 2020-02-05 16:53:17 -08:00
7b7e7fe0fe changelog update 2020-02-05 16:50:55 -08:00
0c03132847 fix error codes using sys.exit() 2020-02-05 16:18:58 -08:00
3b81f7e2a1 exit code on ctrl-c exit 2020-02-05 16:12:09 -08:00
3d76437b43 doc fix 2020-02-05 16:00:23 -08:00
4bc54c78ce fix compatibility list 2020-02-05 16:00:10 -08:00
3d303a96b9 crontab bug fix and tests 2020-02-05 15:52:39 -08:00
33c99d031d fix line clobbering bug 2020-02-05 15:12:59 -08:00
caf7e9f69a fix line clobbering bug and add user field to shortcuts 2020-02-05 15:11:51 -08:00
9449f1f5d5 crontab bugfix: inserting header row was clobbering the first data row 2020-02-05 14:44:49 -08:00
6bad164b5e simplify by removing unnecessary getattr calls 2020-02-05 14:10:22 -08:00
bb5ba7ddb1 add indent variable to helptext 2020-02-05 13:57:34 -08:00
8b2e01d540 doc update 2020-02-05 13:50:12 -08:00
ff1159b1de exit codes on error 2020-02-05 11:45:17 -08:00
a2fd3202a0 description formatting change 2020-02-05 11:34:33 -08:00
7b53715b91 change description 2020-02-05 11:08:58 -08:00
e05fc0a510 change padding of helptext 2020-02-05 11:08:47 -08:00
43604c33f6 doc update 2020-02-05 10:59:51 -08:00
eb67c484ff add crontab-u to parsers list 2020-02-05 10:58:26 -08:00
a7b7bdd467 load parser modules 'just in time' so we don't need to load all modules at startup 2020-02-05 10:55:08 -08:00
ab06989a18 description updates 2020-02-04 21:46:52 -08:00
657b722f94 ini to INI 2020-02-04 21:44:10 -08:00
dd2aecad27 description update 2020-02-04 21:37:07 -08:00
c82c5c5c64 changelog update 2020-02-04 21:34:57 -08:00
a1761cd68f id tests 2020-02-04 21:25:33 -08:00
d618a7f583 doc update 2020-02-04 21:17:03 -08:00
831a42f660 id formatting 2020-02-04 21:12:32 -08:00
3b36022e5a add id parser 2020-02-04 21:09:42 -08:00
d01dfa25f1 changelog updates 2020-02-04 15:22:36 -08:00
395a99037b crontab-u and history doc updates 2020-02-04 14:36:03 -08:00
025986c51d change history 'line' to integer 2020-02-04 14:31:28 -08:00
c56b83093f doc update 2020-02-04 14:19:33 -08:00
7c712a4133 doc update 2020-02-04 14:18:14 -08:00
9a0cfe6dfa minor formatting 2020-02-04 14:18:01 -08:00
a116cdbcec tests for crontab-u 2020-02-04 14:11:34 -08:00
f2d616c98e add crontab with user parser 2020-02-04 14:02:27 -08:00
42cbd1777d add xml and yaml tests 2020-02-04 13:53:45 -08:00
ebf375aac0 add ini tests 2020-02-04 12:18:31 -08:00
1f9050267e add ini, xml, and yaml test files 2020-02-04 12:02:18 -08:00
d7f9707a15 minor formatting 2020-02-04 11:18:32 -08:00
ab589ee3ed add __version__ variable 2020-02-04 11:18:15 -08:00