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
1cdf004b77 add /etc/shadow parser 2020-02-29 11:46:24 -08:00
a4ea504261 add /etc/passwd parser 2020-02-29 11:33:14 -08:00
4c2c234c3b add last and lastb tests 2020-02-28 15:15:24 -08:00
3d4c0f3e89 add blkid tests 2020-02-28 14:50:29 -08:00
52fad02903 doc update 2020-02-28 13:31:38 -08:00
9dcabc057c support multi device udev output 2020-02-28 10:57:14 -08:00
db8c1079dd use maxsplit=1 in case there are multiple '=' delimiters 2020-02-28 09:54:07 -08:00
8f954673ab use shlex split for values within quotations that have spaces 2020-02-28 09:07:36 -08:00
79522d1c7d doc fixes 2020-02-28 08:51:48 -08:00
a18bf03079 use raw strings for regular expressions 2020-02-28 08:50:35 -08:00
c02b6b5d82 doc updates 2020-02-27 21:21:19 -08:00
f99b423284 doc update 2020-02-27 21:04:24 -08:00
d7d9d45d4f add missing comma 2020-02-27 20:59:09 -08:00
90065ec0cd add more integers 2020-02-27 20:57:22 -08:00
51157ebb86 another devname fix 2020-02-27 20:49:14 -08:00
96d95c79ca devname fix 2020-02-27 20:47:07 -08:00
e5da34c233 check if devname key exists before renaming 2020-02-27 20:41:06 -08:00
f09d657f77 rename devname to device 2020-02-27 20:36:19 -08:00
0f4b0189f5 process integer values 2020-02-27 20:31:17 -08:00
4666042abb add blkid parser 2020-02-27 20:21:02 -08:00
027d544c2b add last and lastb parser 2020-02-27 16:08:56 -08:00
f1967d0138 system_boot fix 2020-02-27 16:08:39 -08:00
c1d896027d fix system_boot tty 2020-02-27 15:58:12 -08:00
5c2d2a6618 process function and docs 2020-02-27 15:44:36 -08:00
997b269b0b btmp fix 2020-02-27 15:26:09 -08:00
61257e7525 add last and lastb parser 2020-02-27 15:14:43 -08:00
53ee2c3631 Merge pull request #29 from kellyjonbrazil/dev
Dev v1.7.5
v1.7.5
2020-02-27 10:59:14 -08:00
8bfa0bddec version bump to 1.7.5 2020-02-27 10:50:05 -08:00
ad61e6bc81 add ls tests for filenames with newline characters 2020-02-27 10:48:09 -08:00
873b5ba8ac move examples to bottom 2020-02-27 09:36:57 -08:00
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