Commit Graph

350 Commits

Author SHA1 Message Date
Rasmus Steinke
273b4d1eca fix wrong conidition 2017-02-04 09:19:05 +01:00
Rasmus Steinke
48cc094d6f always ask for new name 2017-02-04 09:11:04 +01:00
Rasmus Steinke
3fff93dcc1 ask for new name if copying to same group 2017-02-04 09:10:00 +01:00
Rasmus Steinke
99e2257cef Add copy to action menu 2017-02-04 08:58:00 +01:00
Rasmus Steinke
1e439d3c54 allow entering own password 2017-02-04 08:31:23 +01:00
Rasmus Steinke
752cfb7067 allow entries to share passwords by referencing a password file with "#FILE=SOME_FILE" where SOME_FILE is relative to your PASSWORD_STORE_ROOT. 2016-12-12 18:23:13 +01:00
Rasmus Steinke
ee1e651f4f remove -kb-accept-return. Hopefully fixes #57 without side effects 2016-12-09 01:50:20 +01:00
Rasmus Steinke
4df5dad6c9 remove accidently pushed changes 2016-11-08 01:32:34 +01:00
Rasmus Steinke
cb95c34339 remove accidently pushed changes 2016-11-08 01:31:37 +01:00
Rasmus Steinke
f20750f6ba remove column dep 2016-11-02 17:48:44 +01:00
Rasmus Steinke
ade93e8b72 read password file into array before building fields 2016-09-10 18:07:20 +02:00
Rasmus Steinke
41d0dbf8ca exclude first line when generating array 2016-09-10 17:19:45 +02:00
Rasmus Steinke
e39d291370 remove quotes around keyboard string 2016-08-30 23:25:24 +02:00
Rasmus Steinke
8945b01f87 put keyboard check in main function 2016-08-30 17:26:54 +02:00
Rasmus Steinke
b0406cd1ba try to fix password-only entries 2016-08-17 19:10:39 +02:00
Rasmus Steinke
ec6efa602d fix password copy 2016-08-17 17:25:57 +02:00
Rasmus Steinke
058c817dec remove redundant echo 2016-08-06 06:22:56 +02:00
Rasmus Steinke
41b62d21b2 remove leading whitespace 2016-08-05 21:00:45 +02:00
Rasmus Steinke
84d355981b also allow "autotype" 2016-08-05 18:56:33 +02:00
Rasmus Steinke
a79ac7a43b mention autopass value 2016-08-05 05:49:21 +02:00
Rasmus Steinke
af84d3cee4 fix autotype 2016-08-05 05:45:31 +02:00
Rasmus Steinke
227b8df55f get rid of unused count variable 2016-08-05 05:28:30 +02:00
Rasmus Steinke
f19298305a get rid of duplicate setting 2016-08-05 05:27:02 +02:00
Rasmus Steinke
66b3f6cd38 show current default_do in help message 2016-08-05 05:21:32 +02:00
Rasmus Steinke
c7aeb630c7 add missing typemenu hotkey 2016-08-05 05:13:06 +02:00
Rasmus Steinke
b56170104d Remove leading whitespace from fields, fixes #51 2016-08-05 04:44:34 +02:00
Rasmus Steinke
5083c181fd Respect default_do config setting and allow "menu" value. Fixes #52 2016-08-05 04:17:24 +02:00
Rasmus Steinke
ca70a0e777 fix --show-last 2016-08-04 05:54:08 +02:00
Rasmus Steinke
132dce5a5f dont run setxkbmap if keyboard variable is unset 2016-08-04 05:27:48 +02:00
Rasmus Steinke
b3474522b8 let user set keyboard layout, hopefully fixes #34 2016-07-31 21:15:18 +02:00
Rasmus Steinke
2f396c51f7 set default config values 2016-07-31 11:47:14 +02:00
Rasmus Steinke
098d3d8417 remove strange while loop 2016-07-28 19:44:27 +02:00
Rasmus Steinke
ecc2af0c71 simplify show menu 2016-07-28 19:34:39 +02:00
Rasmus Steinke
401874850d check for ESC before creating array 2016-07-28 19:29:33 +02:00
Rasmus Steinke
be2b218abc dont rely on perl regex for grep 2016-07-28 18:36:46 +02:00
Rasmus Steinke
ca218b32cc add darwin to list of supported os 2016-07-28 17:37:59 +02:00
Rasmus Steinke
77628775ac Merge pull request #47 from gregf/bsd_support
Add support for BSD
2016-07-28 17:27:34 +02:00
Greg Fitzgerald
0379ab4ef1 Add support for BSD 2016-07-28 11:16:45 -04:00
Rasmus Steinke
c2f83edb75 remove png 2016-07-27 16:50:29 +02:00
Rasmus Steinke
876296760c update screenshot 2016-07-27 16:50:02 +02:00
Rasmus Steinke
eecd8d9f74 update shot 2016-07-27 16:49:01 +02:00
Rasmus Steinke
1933e06da5 add small delay 2016-07-26 23:05:11 +02:00
Rasmus Steinke
dbfd46a5c0 get rid of awk calls for generation of array 2016-07-26 22:35:29 +02:00
Rasmus Steinke
d8a19442ba change message string 2016-07-26 16:36:14 +02:00
Rasmus Steinke
5c2c71a560 remove trailing white space 2016-07-26 16:16:40 +02:00
Rasmus Steinke
38e02922e1 change defaults. Enter shows menu with fields to type now. Hotkeys 1-3 remain (autotype, type user, type password) 2016-07-26 01:01:33 +02:00
Rasmus Steinke
27d4b80431 quote variable 2016-07-16 17:23:17 +02:00
Rasmus Steinke
cd8e18670e write temporary files to ~/.cache 2016-07-16 16:59:53 +02:00
Rasmus Steinke
b6dcf56e9a Merge pull request #44 from qbit/master
remove static path to bash
2016-06-29 18:17:17 +02:00
Aaron Bieber
53b29c19c3 remove static path to bash
Not all systems install bash into /bin (FreeBSD and OpenBSD for example).

This switches to `env` which lets us find bash anywhere in $PATH. `/usr/bin/env` exists on virtually every system claiming to be POSIX compliant.
2016-06-28 21:35:01 -06:00