Commit Graph

15 Commits

Author SHA1 Message Date
Joel Beckmeyer 397354e1ec fix squashing by looking for 0 newlines instead of 1 2021-12-26 21:03:56 -05:00
Joel Beckmeyer ff0fa5eebd convert echo to printf 2021-12-01 13:46:49 -05:00
Joel Beckmeyer 4bf9e85448 fix password listing; clean-up some cruft
password listing didn't include relative path
2021-11-30 15:23:59 -05:00
Joel Beckmeyer a84e155d89 fix several issues with newlines; simplify logic 2021-11-30 13:11:41 -05:00
Joel Beckmeyer 6b340362d5 refactor to use POSIX sh (linted with `shellcheck`)
this is the initial work needed to convert common bash-isms to POSIX
compliant solutions. This is mostly untested so probably some work will
need to be done to standardize now that the script is following best
practices for quotes, whitespace separation, and the like.
2021-11-30 10:44:03 -05:00
Joel Beckmeyer 68bc2ff66b fix field extraction getting confused by similar field names 2021-09-10 19:18:25 -04:00
Joel Beckmeyer 26f8aae606 concatenate all values before passing to TYPE_CMD to avoid race conditions due to buffering 2021-07-14 15:57:05 -04:00
Joel Beckmeyer 40837d70af fix printing multiple word field names with spaces 2021-07-13 21:51:39 -04:00
Joel Beckmeyer e4e520f6f6 move to wtype 2021-07-13 21:51:36 -04:00
Joel Beckmeyer 8305359a9a invert cut selection to properly trim off LHS of key:value pairs 2021-01-11 16:54:52 -05:00
Joel Beckmeyer f859518b21 fix regression with autotype choice 2020-04-08 12:28:16 -04:00
Joel Beckmeyer d183696e74 add autotype options 2020-04-08 12:25:53 -04:00
Joel Beckmeyer 7aa90cda15 added better help message and intelligent squashing 2020-03-30 20:18:22 -04:00
Joel Beckmeyer 16b747fc50 removed case-insensitive search; this is configurable if the user wants it 2020-03-29 18:49:54 -04:00
Joel Beckmeyer eacb4ff7af add script and README 2020-03-27 22:55:38 -04:00