Commit Graph

336 Commits

Author SHA1 Message Date
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
emptyaitch
f0b9d9af0a Added files via upload
Adding fix to handle *.gpg files with spaces
2016-03-08 06:01:51 -06:00
Rasmus Steinke
08d4e37a2f Merge pull request #31 from rychipman/master
Fix username field name bug
2016-02-24 17:31:05 +01:00
Ryan Chipman
7947665654 Fix username field name bug
Use the env variable USERNAME_field instead of hardcoded "UserName" when saving new passwords.
2016-02-23 20:24:44 -05:00
Rasmus Steinke
14b7469d34 Merge pull request #30 from Narrat/optim/whitespaces
Makefile need Tabs
2016-02-23 17:55:22 +01:00
Narrat
c2371ce1a2 Makefile need Tabs
Partially reverts my previous commit
2016-02-23 03:12:25 +01:00
Rasmus Steinke
3592938ba7 Merge pull request #29 from Narrat/optim/whitespaces
Whitespace issues
2016-02-23 02:47:18 +01:00
Rasmus Steinke
40e2fd8772 mention bookmarks mode 2016-02-23 02:10:30 +01:00
Rasmus Steinke
b0df58d916 add link to autopass 2016-02-23 02:09:17 +01:00
Rasmus Steinke
fed4d080d5 remove doubled setting for help_color 2016-02-23 02:05:51 +01:00
Rasmus Steinke
aeb051d292 remove unused variable 2016-02-23 02:04:46 +01:00
Rasmus Steinke
847c0b689e parse for "," instead of ", ". Thanks to #28. Should fix #27 2016-02-23 02:00:41 +01:00
Rasmus Steinke
09c48d3001 dont parse twice 2016-02-23 01:55:23 +01:00
Narrat
7911e140b3 Whitespace issues
This commit addresses some mangling of spaces and tabs and trailing whitespaces
2016-02-23 00:26:29 +01:00
Rasmus Steinke
de700a7255 use /tmp for last-used, fixes #26 2016-02-16 00:10:12 +01:00
Rasmus Steinke
1ea7eb8381 use switch hotkey in help 2016-02-07 01:56:56 +01:00
Rasmus Steinke
7c00f3c077 Merge branch 'master' of https://github.com/carnager/rofi-pass 2016-01-26 04:41:36 +01:00
Rasmus Steinke
6a5ae135e0 fix typo in copy menu 2016-01-26 04:41:24 +01:00
Rasmus Steinke
e1807e1f3d Merge pull request #25 from maffmeier/master
Added Option in Config, to set default behaviour.
2016-01-08 15:36:29 +01:00
maffmeier
bfd72f9626 Changed default_do to previous default behaviour. 2016-01-08 09:59:37 +01:00
maffmeier
750182e34a Added Option in Config, to set default behaviour. 2016-01-07 23:42:58 +01:00
Rasmus Steinke
cfa9af61b9 mention --bmarks in --help 2015-12-27 08:22:40 +01:00
Rasmus Steinke
9c43549dc2 autodetect help_color, if none is set 2015-12-27 08:21:28 +01:00
Rasmus Steinke
4b8a942fb9 add switch to config 2015-12-27 08:14:16 +01:00
Rasmus Steinke
a97cf6e86a add --bmarks switch and $switch keybind to change mode on the fly 2015-12-27 08:13:52 +01:00
Rasmus Steinke
a564172947 mention inline view 2015-12-26 22:53:22 +01:00