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

583 Commits

Author SHA1 Message Date
Kelly Brazil a4ea504261 add /etc/passwd parser 2020-02-29 11:33:14 -08:00
Kelly Brazil 4c2c234c3b add last and lastb tests 2020-02-28 15:15:24 -08:00
Kelly Brazil 3d4c0f3e89 add blkid tests 2020-02-28 14:50:29 -08:00
Kelly Brazil 52fad02903 doc update 2020-02-28 13:31:38 -08:00
Kelly Brazil 9dcabc057c support multi device udev output 2020-02-28 10:57:14 -08:00
Kelly Brazil db8c1079dd use maxsplit=1 in case there are multiple '=' delimiters 2020-02-28 09:54:07 -08:00
Kelly Brazil 8f954673ab use shlex split for values within quotations that have spaces 2020-02-28 09:07:36 -08:00
Kelly Brazil 79522d1c7d doc fixes 2020-02-28 08:51:48 -08:00
Kelly Brazil a18bf03079 use raw strings for regular expressions 2020-02-28 08:50:35 -08:00
Kelly Brazil c02b6b5d82 doc updates 2020-02-27 21:21:19 -08:00
Kelly Brazil f99b423284 doc update 2020-02-27 21:04:24 -08:00
Kelly Brazil d7d9d45d4f add missing comma 2020-02-27 20:59:09 -08:00
Kelly Brazil 90065ec0cd add more integers 2020-02-27 20:57:22 -08:00
Kelly Brazil 51157ebb86 another devname fix 2020-02-27 20:49:14 -08:00
Kelly Brazil 96d95c79ca devname fix 2020-02-27 20:47:07 -08:00
Kelly Brazil e5da34c233 check if devname key exists before renaming 2020-02-27 20:41:06 -08:00
Kelly Brazil f09d657f77 rename devname to device 2020-02-27 20:36:19 -08:00
Kelly Brazil 0f4b0189f5 process integer values 2020-02-27 20:31:17 -08:00
Kelly Brazil 4666042abb add blkid parser 2020-02-27 20:21:02 -08:00
Kelly Brazil 027d544c2b add last and lastb parser 2020-02-27 16:08:56 -08:00
Kelly Brazil f1967d0138 system_boot fix 2020-02-27 16:08:39 -08:00
Kelly Brazil c1d896027d fix system_boot tty 2020-02-27 15:58:12 -08:00
Kelly Brazil 5c2d2a6618 process function and docs 2020-02-27 15:44:36 -08:00
Kelly Brazil 997b269b0b btmp fix 2020-02-27 15:26:09 -08:00
Kelly Brazil 61257e7525 add last and lastb parser 2020-02-27 15:14:43 -08:00
Kelly Brazil 8bfa0bddec version bump to 1.7.5 2020-02-27 10:50:05 -08:00
Kelly Brazil ad61e6bc81 add ls tests for filenames with newline characters 2020-02-27 10:48:09 -08:00
Kelly Brazil 873b5ba8ac move examples to bottom 2020-02-27 09:36:57 -08:00
Kelly Brazil 6ae50054e2 readme update 2020-02-24 20:30:44 -08:00
Kelly Brazil 22a35f41bf move variables to top 2020-02-24 17:50:56 -08:00
Kelly Brazil 961696c963 add a warning if newlines are detected in naked ls 2020-02-24 17:47:31 -08:00
Kelly Brazil c7b7f1a5dc fix for files with newlines in naked ls 2020-02-24 17:24:56 -08:00
Kelly Brazil b5a0d650b1 ls output with newlines 2020-02-24 17:01:33 -08:00
Kelly Brazil 573b279464 fixup for filenames that start with a newline character 2020-02-24 17:01:12 -08:00
Kelly Brazil 116e07f161 fixes for multiple consecutive newlines and trailing newlines in filenames 2020-02-24 16:38:29 -08:00
Kelly Brazil 964868c8af add support for newlines in filenames (only with ls -l) 2020-02-24 15:19:43 -08:00
Kelly Brazil c8dac32df8 readme update 2020-02-24 13:05:35 -08:00
Kelly Brazil 72a0016bd8 use link to anchor for Parsers 2020-02-20 15:38:45 -08:00
Kelly Brazil 2ad3167434 update doc url 2020-02-19 07:12:43 -08:00
Kelly Brazil ddabfaa05c Merge pull request #25 from kellyjonbrazil/dev
Dev v1.7.4
v1.7.4
2020-02-19 07:05:29 -08:00
Kelly Brazil f857523ca7 bump to version 1.7.4 2020-02-19 07:02:50 -08:00
Kelly Brazil 00d53858e8 add note about aliases not being supported 2020-02-17 22:57:15 -08:00
Kelly Brazil c008167e66 add time-style=full-iso option to doc 2020-02-17 22:48:44 -08:00
Kelly Brazil 102344a041 formatting 2020-02-17 22:32:07 -08:00
Kelly Brazil c865298ef3 remove unnecessary enumerate in for loop 2020-02-17 22:29:39 -08:00
Kelly Brazil 6ac03faf93 Revert "add ubuntu and centos default ls aliases to magic_commands"
This reverts commit 49c2701743.
2020-02-17 18:58:07 -08:00
Kelly Brazil 49c2701743 add ubuntu and centos default ls aliases to magic_commands 2020-02-17 18:55:03 -08:00
Kelly Brazil d1a271b08e add new ls tests for recursive and multiple directories with glob 2020-02-17 18:33:55 -08:00
Kelly Brazil 7388ad19b9 bump to v1.8.0 2020-02-17 17:31:15 -08:00
Kelly Brazil 2e63cb5fad version bump ls to 1.1 2020-02-17 17:16:34 -08:00