Commit Graph

361 Commits

Author SHA1 Message Date
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
Rasmus Steinke
f7093d1da0 change help message 2016-06-15 07:20:29 +02:00
Rasmus Steinke
6f8c3d803e modernize UI 2016-06-15 07:08:40 +02:00
Rasmus Steinke
f71c27746f put url in new password files, if clipboard content starts with http 2016-06-15 06:22:18 +02:00
Rasmus Steinke
d588eb8e9e put quotes 2016-05-27 16:26:17 +02:00
Rasmus Steinke
21f40255f3 remove -z option 2016-05-27 15:05:21 +02:00
Rasmus Steinke
2a627d11d7 combine sed calls into one 2016-05-27 14:35:24 +02:00
Rasmus Steinke
3345fcc18c dont show groups for files in root directory 2016-05-27 14:31:15 +02:00
Rasmus Steinke
4d588306ec add missing bracket 2016-05-27 14:24:25 +02:00
Rasmus Steinke
f9c6c3d30b make dialog faster 2016-05-27 14:23:15 +02:00
Rasmus Steinke
3c4e000603 use USERNAME_field in --insert dialog 2016-05-27 14:19:06 +02:00
Rasmus Steinke
01de1008fa fix firefox and roundcube 2016-05-26 16:14:12 +02:00
Rasmus Steinke
64c9a26a21 Merge pull request #42 from carnager/template
merge Template branch
2016-05-25 00:49:54 +02:00
Rasmus Steinke
fa36f54db3 merging of master into template branch 2016-05-25 00:47:16 +02:00
Rasmus Steinke
ee6279a8b9 Merge pull request #41 from dhxgit/master
This really fixes #39
2016-05-25 00:07:37 +02:00
Dominik Hannen
011fe2993b Fix more backslash issues.
The Software should now work correctly with any backslashed input,
output, fieldnames and values.
2016-05-25 00:03:11 +02:00
Rasmus Steinke
cd71ca3b7e only use actually typed input 2016-05-24 23:57:22 +02:00
Rasmus Steinke
1b6b4a76ef dont show file suffix 2016-05-24 23:41:38 +02:00
Rasmus Steinke
b45065ab3b nicer representation 2016-05-24 23:38:44 +02:00
Dominik Hannen
ff62ec6ca1 This really fixes #39 2016-05-24 23:21:56 +02:00
Rasmus Steinke
eda475db8b respect PASSWORD_DIR 2016-05-24 23:21:23 +02:00
Rasmus Steinke
160e5d11df use external editor for creating new entries 2016-05-24 23:10:13 +02:00
Rasmus Steinke
0d6f2882ed Merge pull request #40 from dhxgit/master
Fix Issue #39 : read used without -r
2016-05-24 22:57:02 +02:00
Dominik Hannen
b9025da7a8 Fix Issue #39 : read used without -r 2016-05-24 22:54:22 +02:00
Rasmus Steinke
395f9ac47a Merge pull request #38 from dhxgit/master
Some minor shellcheck fixes.
2016-05-24 22:50:37 +02:00
Dominik Hannen
b88bb64072 Some minor shellcheck fixes.
when cd fails (especially when operating on user-pws) the program should
quit.

Other than that just some Shell-Globbing prevention.
2016-05-24 22:29:38 +02:00
Rasmus Steinke
ef6b68abbf quit on escape in insert menu 2016-05-24 19:01:16 +02:00
Rasmus Steinke
d0c4f41f5f add hotkey for new password entries 2016-05-24 18:59:17 +02:00
Rasmus Steinke
9ff6e333ab dont send tab when no username field exists in password file - fixed #37 2016-05-19 19:54:41 +02:00
Rasmus Steinke
81e07bb8a2 explicitly depend on gawk 2016-04-29 21:18:04 +02:00
Rasmus Steinke
8f76f74880 Merge branch 'master' of https://github.com/carnager/rofi-pass 2016-04-27 17:55:22 +02:00
Rasmus Steinke
fff77090db mention gawk in README 2016-04-27 17:54:31 +02:00
Rasmus Steinke
42a3cfff05 Merge pull request #35 from x4121/master
Check if /tmp/$USER-rofi-pass/last_used exists
2016-04-10 11:51:35 +02:00
Armin Grodon
c8e49102b2 Check if /tmp/$USER-rofi-pass/last_used exists 2016-04-10 11:15:12 +02:00
Rasmus Steinke
75cf715158 make rofi command a function to eliminate problems with quotes options. Should fix #33 once and for all 2016-03-30 17:59:02 +02:00
Rasmus Steinke
11790ca6c6 quote password 2016-03-29 17:58:33 +02:00
Rasmus Steinke
10455703b1 Handle quoted arguments. Should fix #33 2016-03-29 17:56:24 +02:00
Rasmus Steinke
c810c4f4a9 Merge branch 'master' of https://github.com/carnager/rofi-pass 2016-03-29 17:55:28 +02:00
Rasmus Steinke
1cb23cd396 handle rofiopts with quotes properly. Should fix #33 2016-03-29 17:54:11 +02:00
Rasmus Steinke
af66c18775 Merge pull request #32 from emptyaitch/master
Adding fix to handle *.gpg files with spaces
2016-03-08 17:59:13 +01:00