Commit Graph

178 Commits

Author SHA1 Message Date
Rasmus Steinke
61e03813b9 Remove trailing dot 2015-08-23 14:44:31 +02:00
Rasmus Steinke
084e9fafe7 Merge pull request #13 from azmd/clean-readme
Clarify configfile locations in README
2015-08-23 14:42:55 +02:00
Rasmus Steinke
1f633f3c54 Merge pull request #14 from azmd/check-system-config
Check if system-wide config exists before sourcing
2015-08-23 14:36:56 +02:00
Gordon Schulz
c18711e7aa Check if system-wide config exists before sourcing
When /etc/rofi-pass.conf did not exist, rofi-pass would spit out an
error message to the console.
Better check for the file's existence before sourcing.
2015-08-23 14:25:29 +02:00
Gordon Schulz
19153412aa Remove extra ` from end of line 2015-08-23 14:24:35 +02:00
Gordon Schulz
ae3b397efa Add configuration file locations
Possible locations of rofi-pass config files weren't mentioned in the
README before. I had to look them up in the script. While obvious, it
might be a good idea to have their possible locations in the README
file.
2015-08-23 14:24:35 +02:00
Rasmus Steinke
93241ba424 fix tag 2015-08-22 19:03:15 +02:00
Rasmus Steinke
6b61ec82c8 update README 2015-08-22 19:01:58 +02:00
Rasmus Steinke
7d221c44da Merge pull request #12 from azmd/devel
Implement Space autotype identifier
2015-08-22 18:59:44 +02:00
Gordon Schulz
fbf6fe08cb Implement Space autotype identifier
Allow :space identifier in autotype sequences. I find that useful to
auto-check/auto-uncheck those 'Keep me logged in' checkboxes.

Same as :tab, just send a 'xdotool key space' sequence.
2015-08-22 17:37:39 +02:00
Rasmus Steinke
2fc6c17731 remove xprop dep 2015-08-22 14:45:59 +02:00
Rasmus Steinke
f08e60ee60 remove wmctrl dep 2015-08-22 13:33:28 +02:00
Rasmus Steinke
3b0042ef18 fix aligning 2015-08-21 21:05:34 +02:00
Rasmus Steinke
8caab5e883 add more info 2015-08-21 19:37:15 +02:00
Rasmus Steinke
befe75d799 make screenshot smaller 2015-08-21 19:33:28 +02:00
Rasmus Steinke
d5cb28b833 fix typo 2015-08-21 19:27:18 +02:00
Rasmus Steinke
3ac7791a7e update information about addpass 2015-08-21 19:19:20 +02:00
Rasmus Steinke
a591211f7c add proper exceptions for --name 2015-08-21 19:15:45 +02:00
Rasmus Steinke
19c4a026c4 actually use PASSWORD_STORE_DIR 2015-08-21 19:09:55 +02:00
Rasmus Steinke
c1976347bc clean up addpass script 2015-08-21 18:54:12 +02:00
Rasmus Steinke
6593af1cf1 use PASSWORD_STORE_DIR as fallback; use + for fieldnames 2015-08-21 18:43:57 +02:00
Rasmus Steinke
59f6a80e36 update screenshot 2015-08-21 18:35:51 +02:00
Rasmus Steinke
b6328db1a5 align help text 2015-08-21 18:11:47 +02:00
Rasmus Steinke
029071714d update --help 2015-08-21 17:44:53 +02:00
Rasmus Steinke
edeed6cbfe fix Makefile 2015-08-21 16:26:57 +02:00
Rasmus Steinke
7be7f2a900 remove ugly hack to get urls from browser 2015-08-21 16:26:11 +02:00
Rasmus Steinke
6f575cfe1a use PASSWORD_STORE_DIR env as fallback if present, otherwise use default value 2015-08-21 16:01:31 +02:00
Rasmus Steinke
72e9ed91f0 nicer separator 2015-08-20 22:53:35 +02:00
Rasmus Steinke
06c841efe0 remove verbose output 2015-08-20 22:50:46 +02:00
Rasmus Steinke
07169c88b0 try to fix --last-used parameter 2015-08-20 22:49:46 +02:00
Rasmus Steinke
8dfb824153 little fix 2015-08-20 18:07:29 +02:00
Rasmus Steinke
46031aa052 use PASSWORD_STORE_DIR for all remaining calls 2015-08-20 17:38:45 +02:00
Rasmus Steinke
18e3dd9665 use PASSWORD_STORE_DIR variable for all main menu actions 2015-08-20 17:36:08 +02:00
Rasmus Steinke
c0fb3d75fb better handle root variable 2015-08-20 05:27:01 +02:00
Rasmus Steinke
0189b377a9 better handle root variable 2015-08-20 05:22:49 +02:00
Rasmus Steinke
d36e0e16dd make --root option absolute 2015-08-20 05:19:02 +02:00
Rasmus Steinke
2e217dc1dc fix handling of spaces 2015-08-13 20:51:05 +02:00
Rasmus Steinke
89ff5b6c2d fix regexp 2015-08-13 20:32:21 +02:00
Rasmus Steinke
350267f8b3 add 2nd color for help 2015-08-13 20:22:13 +02:00
Rasmus Steinke
68fe10d807 added copy_url option 2015-08-13 20:05:59 +02:00
Rasmus Steinke
af09274ef7 hopefully fixed tab/spacing code 2015-08-13 20:05:01 +02:00
Rasmus Steinke
54bead78eb fix colons in fields 2015-08-13 19:44:57 +02:00
Rasmus Steinke
a6dec27994 change default mapping for show 2015-08-13 19:16:12 +02:00
Rasmus Steinke
4f1d2900d5 added clipboard setting 2015-08-13 18:41:07 +02:00
Rasmus Steinke
2f38b32d89 Handle tabs and spaces 2015-08-13 17:40:52 +02:00
Rasmus Steinke
3b1b48b93d get rid of delay 2015-08-09 07:16:08 +02:00
Rasmus Steinke
752be60645 slow down typing a bit 2015-08-09 04:09:49 +02:00
Rasmus Steinke
fa08c52d8e send ctrl+alt, since it fixes messing up hotkeys for some reason 2015-08-09 04:07:50 +02:00
Rasmus Steinke
f3640a1670 add click event to not mess up terminals 2015-08-09 03:46:22 +02:00
Rasmus Steinke
6f26104ead added ability to type from show menu 2015-08-09 03:38:27 +02:00