1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-07 17:57:03 +02:00

Commit Graph

  • caad840153 Merge pull request #44 from philippeitis/patch-5 Kelly Brazil 2020-03-08 14:19:37 -07:00
  • 65bd7e2904 Merge pull request #1 from kellyjonbrazil/pr/44 philippeitis 2020-03-08 14:10:35 -07:00
  • c3d7d7db12 removed whitespace Kelly Brazil 2020-03-08 14:03:08 -07:00
  • 5605310362 added tests, removed os import, changed to 'assertEqual' Kelly Brazil 2020-03-08 14:02:54 -07:00
  • 17b6efe82e Create basic tests for generate_magic_commands() philippeitis 2020-03-08 13:35:01 -07:00
  • a032ae56ae Pass args to generate_magic_command() to allow testing. philippeitis 2020-03-08 13:26:15 -07:00
  • eab2f4b056 Move core magic() logic into seperate function for testability, minor tweaks. philippeitis 2020-03-08 13:20:38 -07:00
  • aff86ae6c7 reimpliment magic() based on the dictionary approach suggested by philippeitis Kelly Brazil 2020-03-08 12:58:26 -07:00
  • 7ece9ddc1a version bump ls Kelly Brazil 2020-03-07 17:26:42 -08:00
  • 7cd048e839 changelog update Kelly Brazil 2020-03-07 17:25:10 -08:00
  • 1e22f610a3 fix for osx - doesn't print 'total xx' line if empty directory (issue #40) Kelly Brazil 2020-03-07 17:22:08 -08:00
  • 5249c972ae add to changelog Kelly Brazil 2020-03-06 12:09:20 -08:00
  • fd45f856a0 import jc.utils instead of jc Kelly Brazil 2020-03-06 12:09:09 -08:00
  • c8ab40cd33 ignore .github folder Kelly Brazil 2020-03-05 09:19:58 -08:00
  • b2c872925b add utf-8 encoding for testing on Windows Kelly Brazil 2020-03-04 19:47:03 -08:00
  • f48e229202 utf-8 open for windows tests Kelly Brazil 2020-03-04 19:40:32 -08:00
  • 799fec92c3 utf-8 for windows support Kelly Brazil 2020-03-04 19:33:45 -08:00
  • 87a41c2fca add utf-8 to open function Kelly Brazil 2020-03-04 19:30:30 -08:00
  • 7f85de0c46 add windows-latest Kelly Brazil 2020-03-04 19:28:21 -08:00
  • 13661b1993 Merge pull request #37 from philippeitis/continuous_integration Kelly Brazil 2020-03-04 16:54:26 -08:00
  • 51d5c3892d Remove Windows tests, due to lack of support. philippeitis 2020-03-04 16:21:06 -08:00
  • e4eab4641a Change line in blkid.py to trigger CI philippeitis 2020-03-04 16:17:58 -08:00
  • 9b148e0ba3 Add requirements.txt philippeitis 2020-03-04 16:16:19 -08:00
  • de28932650 Consolidate dictionary into creation, trigger CI philippeitis 2020-03-04 16:14:03 -08:00
  • 5f798d603e version bump and ack to philippeitis Kelly Brazil 2020-03-04 16:11:14 -08:00
  • a0757b2dd3 optimize line parsing Kelly Brazil 2020-03-04 16:07:53 -08:00
  • 498d51b4e8 Enable Continuous Integration with GitHub Actions. philippeitis 2020-03-04 16:07:32 -08:00
  • b06b6bae3f Merge pull request #36 from philippeitis/patch-3 Kelly Brazil 2020-03-04 16:04:05 -08:00
  • b5eaff2137 Merge pull request #35 from kellyjonbrazil/revert-34-patch-3 Kelly Brazil 2020-03-04 15:33:13 -08:00
  • c01bcd3734 Revert "Simplify process() in history.py, avoid list allocation in parse()" Kelly Brazil 2020-03-04 15:32:23 -08:00
  • d75c4068ca Merge pull request #34 from philippeitis/patch-3 Kelly Brazil 2020-03-04 15:31:55 -08:00
  • 6aa2d5a3d2 Merge pull request #33 from philippeitis/patch-2 Kelly Brazil 2020-03-04 15:28:09 -08:00
  • 065276805f Simplify process() in history.py, avoid list allocation in parse() philippeitis 2020-03-04 13:35:31 -08:00
  • a63408c8cf Handle case where only options are passed. philippeitis 2020-03-04 13:16:35 -08:00
  • 69576f6bfa minor sytax fixes Kelly Brazil 2020-03-04 12:03:40 -08:00
  • 19845624e2 Merge pull request #32 from philippeitis/patch-1 Kelly Brazil 2020-03-04 11:59:29 -08:00
  • 22ff2964e9 Simplify main(), magic() methods. philippeitis 2020-03-04 10:33:42 -08:00
  • d96b3a65a9 formatting Kelly Brazil 2020-03-04 08:30:52 -08:00
  • 4989445ef4 Merge pull request #30 from kellyjonbrazil/dev v1.8.0 Kelly Brazil 2020-03-03 11:46:09 -08:00
  • 6770892acd add release notes link Kelly Brazil 2020-03-03 11:37:59 -08:00
  • d4eba8740f release date 3/3 Kelly Brazil 2020-03-03 11:08:52 -08:00
  • 9f60760560 add group and gshadow tests Kelly Brazil 2020-03-03 10:54:27 -08:00
  • 0a8f8ac934 add group and gshadow parsers Kelly Brazil 2020-03-03 09:55:43 -08:00
  • 6ae24c8244 add group and gshadow test fixtures Kelly Brazil 2020-03-03 09:55:17 -08:00
  • d3679082a8 add group and gshadow parsers Kelly Brazil 2020-03-03 09:36:16 -08:00
  • fb08b42dca change 'group_list' to 'members' Kelly Brazil 2020-03-03 09:32:56 -08:00
  • 4aeaa9f42a add /etc/gshadow parser Kelly Brazil 2020-03-03 09:32:25 -08:00
  • 5f5693da04 spelling fix Kelly Brazil 2020-03-03 09:07:28 -08:00
  • 5eb0f61727 add /etc/group file parser Kelly Brazil 2020-03-03 09:07:09 -08:00
  • 958e998991 formatting Kelly Brazil 2020-03-02 17:15:05 -08:00
  • b78c1509f6 try/except dialect detection Kelly Brazil 2020-03-02 15:06:25 -08:00
  • ce184d4d57 add csv parser tests Kelly Brazil 2020-03-02 15:05:56 -08:00
  • b4c3714ced removed [OPTIONS] PARSER syntax. still works but prefer the PARSER [OPTIONS] syntax for better performance Kelly Brazil 2020-03-02 14:10:15 -08:00
  • 5b7dfa0438 formatting Kelly Brazil 2020-03-02 14:07:56 -08:00
  • 391a388476 doc update Kelly Brazil 2020-03-02 14:07:29 -08:00
  • d9c4e2ed4c add csv file parser Kelly Brazil 2020-03-02 14:03:58 -08:00
  • 0c42db38b1 doc update Kelly Brazil 2020-03-02 10:30:12 -08:00
  • 2f9be8bf33 simplify usage Kelly Brazil 2020-03-02 08:32:42 -08:00
  • e8c00155e8 add -b to warning message Kelly Brazil 2020-03-02 07:43:45 -08:00
  • cc88fdd9ee update example Kelly Brazil 2020-03-01 21:17:50 -08:00
  • d9de11ef1d add another who example Kelly Brazil 2020-03-01 21:16:57 -08:00
  • 0ceda97d09 who parser tests Kelly Brazil 2020-03-01 19:03:27 -08:00
  • d0dec92ba8 add who test fixtures Kelly Brazil 2020-03-01 18:57:51 -08:00
  • d420c008d8 fix for pts lines with no user info Kelly Brazil 2020-03-01 17:52:14 -08:00
  • f0b32db433 who doc update Kelly Brazil 2020-03-01 17:39:02 -08:00
  • bc838eda59 fix output for non-extended Kelly Brazil 2020-03-01 17:38:51 -08:00
  • afe55b6af0 add who parser Kelly Brazil 2020-03-01 17:07:28 -08:00
  • dd3a3ac302 doc update and process pid integers Kelly Brazil 2020-03-01 17:04:06 -08:00
  • f9982a7947 fixes for from and comment fields Kelly Brazil 2020-03-01 16:49:52 -08:00
  • 07c1be9e9a add who command parser Kelly Brazil 2020-03-01 16:30:04 -08:00
  • f832b88755 add passwd and shadow tests Kelly Brazil 2020-03-01 10:17:47 -08:00
  • 0fac757efc add passwd and shadow parsers Kelly Brazil 2020-02-29 12:25:41 -08:00
  • fc15742065 passwd and shadow test fixtures Kelly Brazil 2020-02-29 12:25:22 -08:00
  • 6f2466a131 update readme with /etc/passwd and /etc/shadow file parsers Kelly Brazil 2020-02-29 11:56:12 -08:00
  • 4b90e22f0a doc update Kelly Brazil 2020-02-29 11:50:46 -08:00
  • c493568785 doc fix Kelly Brazil 2020-02-29 11:46:38 -08:00
  • 1cdf004b77 add /etc/shadow parser Kelly Brazil 2020-02-29 11:46:24 -08:00
  • a4ea504261 add /etc/passwd parser Kelly Brazil 2020-02-29 11:33:14 -08:00
  • 4c2c234c3b add last and lastb tests Kelly Brazil 2020-02-28 15:15:24 -08:00
  • 3d4c0f3e89 add blkid tests Kelly Brazil 2020-02-28 14:50:29 -08:00
  • 52fad02903 doc update Kelly Brazil 2020-02-28 13:31:38 -08:00
  • 9dcabc057c support multi device udev output Kelly Brazil 2020-02-28 10:57:14 -08:00
  • db8c1079dd use maxsplit=1 in case there are multiple '=' delimiters Kelly Brazil 2020-02-28 09:54:07 -08:00
  • 8f954673ab use shlex split for values within quotations that have spaces Kelly Brazil 2020-02-28 09:07:36 -08:00
  • 79522d1c7d doc fixes Kelly Brazil 2020-02-28 08:51:48 -08:00
  • a18bf03079 use raw strings for regular expressions Kelly Brazil 2020-02-28 08:50:35 -08:00
  • c02b6b5d82 doc updates Kelly Brazil 2020-02-27 21:21:19 -08:00
  • f99b423284 doc update Kelly Brazil 2020-02-27 21:04:24 -08:00
  • d7d9d45d4f add missing comma Kelly Brazil 2020-02-27 20:59:09 -08:00
  • 90065ec0cd add more integers Kelly Brazil 2020-02-27 20:57:22 -08:00
  • 51157ebb86 another devname fix Kelly Brazil 2020-02-27 20:49:14 -08:00
  • 96d95c79ca devname fix Kelly Brazil 2020-02-27 20:47:07 -08:00
  • e5da34c233 check if devname key exists before renaming Kelly Brazil 2020-02-27 20:41:06 -08:00
  • f09d657f77 rename devname to device Kelly Brazil 2020-02-27 20:36:19 -08:00
  • 0f4b0189f5 process integer values Kelly Brazil 2020-02-27 20:31:17 -08:00
  • 4666042abb add blkid parser Kelly Brazil 2020-02-27 20:21:02 -08:00
  • 027d544c2b add last and lastb parser Kelly Brazil 2020-02-27 16:08:56 -08:00
  • f1967d0138 system_boot fix Kelly Brazil 2020-02-27 16:08:39 -08:00
  • c1d896027d fix system_boot tty Kelly Brazil 2020-02-27 15:58:12 -08:00
  • 5c2d2a6618 process function and docs Kelly Brazil 2020-02-27 15:44:36 -08:00