Commit Graph

361 Commits

Author SHA1 Message Date
a431c60c9e Remove unimportant lines 2017-03-28 12:32:27 -04:00
Rasmus Steinke
1672ad4c60 Add comment about keyboard layouts and set it if user explicitly asks for it 2017-03-12 18:56:23 +01:00
Rasmus Steinke
8d3f9e75bb Merge pull request #64 from moviuro/sane-defaults
Sane defaults
2017-03-12 18:50:04 +01:00
Moviuro
19afc1e269 rofi-pass: use umask instead of chmod.
Also avoids race conditions as a happy side effect
2017-03-12 11:57:30 +01:00
Moviuro
fab0475fba rofi-pass: some comments + newlines to let the code breathe 2017-03-12 11:56:56 +01:00
Moviuro
e5388cb8b1 rofi-pass: don't override rofi(1)'s option as default
An example can still be found in the provided example file
2017-03-12 11:55:52 +01:00
Moviuro
035af66ad4 rofi-pass: use current username as default 2017-03-12 11:55:09 +01:00
Moviuro
e8656222b7 README.md, rofi-pass: don't run setxkbmap(1)
The user has to take care of it, as they're probably smarter than the script.
We didn't handle the cases where there were variants (such as `fr bepo`).
Having the user fix this during session startup also fixes various other issues
in different software (such as sxhkd(1)).
2017-03-12 11:51:26 +01:00
Rasmus Steinke
748eb8ec39 try to detect keyboard layout 2017-03-11 19:14:10 +01:00
Rasmus Steinke
e72d58a655 mention keyboard layouts in README 2017-03-11 19:10:45 +01:00
Rasmus Steinke
9837c6652a set us layout default 2017-03-11 19:09:25 +01:00
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