Commit Graph

23 Commits

Author SHA1 Message Date
15269b633a add support for user-supplied copy/type commands 2022-08-19 13:38:16 -04:00
42699fdbcb add option to use filename as username 2022-08-19 09:36:32 -04:00
8a517c5172
Merge pull request #1 from schmidtandreas/fix-missing-inits
Fix missing variable initializations
2022-08-19 08:44:01 -04:00
Andreas Schmidt
5c9fa17872
fix missing variable initializations
Signed-off-by: Andreas Schmidt <andreas.schmidt@claas.com>
2022-01-17 11:14:04 +01:00
397354e1ec fix squashing by looking for 0 newlines instead of 1 2021-12-26 21:03:56 -05:00
ff0fa5eebd convert echo to printf 2021-12-01 13:46:49 -05:00
4bf9e85448 fix password listing; clean-up some cruft
password listing didn't include relative path
2021-11-30 15:23:59 -05:00
a84e155d89 fix several issues with newlines; simplify logic 2021-11-30 13:11:41 -05:00
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
68bc2ff66b fix field extraction getting confused by similar field names 2021-09-10 19:18:25 -04:00
26f8aae606 concatenate all values before passing to TYPE_CMD to avoid race conditions due to buffering 2021-07-14 15:57:05 -04:00
40837d70af fix printing multiple word field names with spaces 2021-07-13 21:51:39 -04:00
e4e520f6f6 move to wtype 2021-07-13 21:51:36 -04:00
8305359a9a invert cut selection to properly trim off LHS of key:value pairs 2021-01-11 16:54:52 -05:00
cfe07838db
Update README.md 2020-11-11 09:57:39 -05:00
c934f95eba update readme to have correct usage output 2020-11-11 09:56:41 -05:00
f859518b21 fix regression with autotype choice 2020-04-08 12:28:16 -04:00
d183696e74 add autotype options 2020-04-08 12:25:53 -04:00
3d3a3d0f3d update README 2020-03-30 20:26:11 -04:00
7aa90cda15 added better help message and intelligent squashing 2020-03-30 20:18:22 -04:00
16b747fc50 removed case-insensitive search; this is configurable if the user wants it 2020-03-29 18:49:54 -04:00
eacb4ff7af add script and README 2020-03-27 22:55:38 -04:00
2a91c4334c
Initial commit 2020-03-27 22:51:59 -04:00