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

1235 Commits

Author SHA1 Message Date
7388ad19b9 bump to v1.8.0 2020-02-17 17:31:15 -08:00
2e63cb5fad version bump ls to 1.1 2020-02-17 17:16:34 -08:00
e7f14d02b1 update ls to allow multi directory (glob and -R). Adds 'parent' key if found 2020-02-17 17:14:27 -08:00
873771d05a formatting 2020-02-17 09:16:32 -08:00
d7de122e36 prettify link 2020-02-14 09:44:24 -08:00
4ef0434f53 formatting update 2020-02-14 09:43:02 -08:00
1aa2c99259 removed history from magic syntax 2020-02-13 22:10:22 -08:00
c2450b27b0 Merge pull request #22 from kellyjonbrazil/dev
Dev 1.7.3
v1.7.3
2020-02-13 21:26:18 -05:00
14d6d8b84f version bump to 1.7.3 2020-02-13 18:24:53 -08:00
f0e3846c03 formatting 2020-02-13 18:20:22 -08:00
6ba64f1128 usage update 2020-02-13 18:19:19 -08:00
13bcdbc6c9 doc update 2020-02-13 17:50:51 -08:00
cfba62db20 correct parser search in magic() 2020-02-13 17:48:21 -08:00
18fb69e36e docs/parsers link 2020-02-13 17:29:45 -08:00
474eb0f3fd doc updates 2020-02-13 17:24:10 -08:00
7f47b53370 add alternate magic syntax 2020-02-13 17:20:00 -08:00
dc2907d3ce doc update 2020-02-13 16:58:25 -08:00
1af85811e0 remove magic_command info 2020-02-13 16:57:57 -08:00
1c1b19a478 doc update 2020-02-13 16:57:30 -08:00
66942d64ba changelog update 2020-02-13 16:56:48 -08:00
2fb6ae08d7 fix shlex usage 2020-02-13 12:17:41 -08:00
bf8811e03e add comments 2020-02-13 10:25:41 -05:00
c8b502c571 remove unnecessary join and add comments 2020-02-13 10:14:32 -05:00
81c11a975c added docstrings 2020-02-13 10:08:43 -05:00
0d370eb403 doc update 2020-02-13 10:03:11 -05:00
7492c3f1e3 changelog update 2020-02-13 09:48:42 -05:00
515a8a84b7 add "command" to description 2020-02-13 09:47:40 -05:00
dd6680efb2 allow condensed options (-prdq is equivalent to -p -r -d -q) 2020-02-13 09:47:16 -05:00
a7158373cd comment update 2020-02-12 00:16:17 -05:00
6d50ec7199 add try/except to fix bare jc command condition 2020-02-12 00:11:48 -05:00
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