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
6ae50054e2 readme update 2020-02-24 20:30:44 -08:00
22a35f41bf move variables to top 2020-02-24 17:50:56 -08:00
961696c963 add a warning if newlines are detected in naked ls 2020-02-24 17:47:31 -08:00
c7b7f1a5dc fix for files with newlines in naked ls 2020-02-24 17:24:56 -08:00
b5a0d650b1 ls output with newlines 2020-02-24 17:01:33 -08:00
573b279464 fixup for filenames that start with a newline character 2020-02-24 17:01:12 -08:00
116e07f161 fixes for multiple consecutive newlines and trailing newlines in filenames 2020-02-24 16:38:29 -08:00
964868c8af add support for newlines in filenames (only with ls -l) 2020-02-24 15:19:43 -08:00
c8dac32df8 readme update 2020-02-24 13:05:35 -08:00
72a0016bd8 use link to anchor for Parsers 2020-02-20 15:38:45 -08:00
2ad3167434 update doc url 2020-02-19 07:12:43 -08:00
ddabfaa05c Merge pull request #25 from kellyjonbrazil/dev
Dev v1.7.4
v1.7.4
2020-02-19 07:05:29 -08:00
f857523ca7 bump to version 1.7.4 2020-02-19 07:02:50 -08:00
00d53858e8 add note about aliases not being supported 2020-02-17 22:57:15 -08:00
c008167e66 add time-style=full-iso option to doc 2020-02-17 22:48:44 -08:00
102344a041 formatting 2020-02-17 22:32:07 -08:00
c865298ef3 remove unnecessary enumerate in for loop 2020-02-17 22:29:39 -08:00
6ac03faf93 Revert "add ubuntu and centos default ls aliases to magic_commands"
This reverts commit 49c2701743.
2020-02-17 18:58:07 -08:00
49c2701743 add ubuntu and centos default ls aliases to magic_commands 2020-02-17 18:55:03 -08:00
d1a271b08e add new ls tests for recursive and multiple directories with glob 2020-02-17 18:33:55 -08:00
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