Rasmus Steinke
6ba678b85d
add exceptions for AddEntry
2015-11-14 05:44:18 +01:00
Rasmus Steinke
2d1fc15a71
add password to list of available fields
2015-11-14 05:40:25 +01:00
Rasmus Steinke
ba2e8fd918
added check for ESC keypresses
2015-11-14 05:33:36 +01:00
Rasmus Steinke
908bcd4586
started refactoring
2015-11-14 05:27:26 +01:00
Rasmus Steinke
4c43d92c32
get rid of obsole call
2015-11-10 18:34:23 +01:00
Rasmus Steinke
cae4a24ef0
update README
2015-11-10 11:11:30 +01:00
Rasmus Steinke
24992e36b1
add possibility to generate a new password for entry
2015-11-10 11:04:49 +01:00
Rasmus Steinke
46f88a25c2
add notify option
2015-11-09 01:20:21 +01:00
Rasmus Steinke
a8b2792a89
add global option for notification
2015-11-09 01:18:47 +01:00
Rasmus Steinke
3ae7c83ca0
Merge branch 'master' of https://github.com/carnager/rofi-pass
2015-11-09 00:16:40 +01:00
Rasmus Steinke
a21e1b9fb3
add support for custom notification on password typing
2015-11-09 00:16:10 +01:00
Rasmus Steinke
4386768a47
Merge pull request #19 from gubiq/patch-1
...
fix url to pass
2015-10-18 22:45:06 +02:00
Björn Fries
d25e966959
fix url to pass
...
zx2c4 deleted the repo on github, link to project page instead.
2015-10-18 20:59:52 +02:00
Rasmus Steinke
8eef49fd4f
exit on ESC
2015-10-15 09:54:28 +02:00
Rasmus Steinke
49db6fce05
also set No Group on ESC
2015-10-15 01:37:40 +02:00
Rasmus Steinke
c49a623a1c
add support for no groups for adding passes
2015-10-15 01:33:33 +02:00
Rasmus Steinke
d0f1624720
fix url to passed
2015-09-13 18:19:51 +02:00
Rasmus Steinke
da232fb8b9
add comments in passed, to credit original author
2015-09-13 15:41:03 +02:00
Rasmus Steinke
e639cfc74f
mirror passed script
2015-09-13 15:38:35 +02:00
Rasmus Steinke
c36257f2ce
mirror passed script
2015-09-13 15:37:31 +02:00
Rasmus Steinke
bcafceef75
mention autopass
2015-09-13 04:20:27 +02:00
Rasmus Steinke
48df6b6aa3
fix delete confirmation dialog
2015-09-13 04:14:08 +02:00
Rasmus Steinke
a134b67cfc
show addpass command in insertmenu
2015-09-13 04:09:56 +02:00
Rasmus Steinke
0e4e6b08b1
change default width
2015-09-13 04:07:27 +02:00
Rasmus Steinke
f36ad274fe
nicer default field names
2015-09-13 04:04:21 +02:00
Rasmus Steinke
eab022949e
combined managemenu with mainmenu; add :enter, :delay keywords
2015-09-12 23:15:06 +02:00
Rasmus Steinke
81c94bcf50
Merge branch 'master' of https://github.com/carnager/rofi-pass
2015-08-29 11:20:45 +02:00
Rasmus Steinke
703efdfbb5
remove obsolete xdotool_type function
2015-08-29 11:20:23 +02:00
Rasmus Steinke
dc8231972d
Merge pull request #16 from bascht/patch-1
...
Remove doublet "clip" from example config
2015-08-28 17:34:28 +02:00
Bascht
97534dd008
Remove doublet "clip" from example config
...
Duplicates entry in line 33
2015-08-28 01:04:32 +02:00
Rasmus Steinke
b01d40cb66
put cli/config parsing inside of main function
2015-08-27 17:59:13 +02:00
Rasmus Steinke
abf9297b6b
little clean up
2015-08-27 17:51:02 +02:00
Rasmus Steinke
4dc8da86e4
show selected entry on delete confirmation
2015-08-24 01:29:59 +02:00
Rasmus Steinke
85c0668fb2
add notifications for showEntry menu
2015-08-24 01:17:45 +02:00
Rasmus Steinke
32172c615f
update
2015-08-24 01:09:51 +02:00
Rasmus Steinke
7e9e79ea23
nicer help
2015-08-23 23:39:44 +02:00
Rasmus Steinke
a9d5b5d4d4
remove delay
2015-08-23 23:32:19 +02:00
Rasmus Steinke
4dfe3c305c
add possiblity to re-open showEntry after autotyping
2015-08-23 23:28:45 +02:00
Rasmus Steinke
b2b533b038
make --show-last hotkeys actually work
2015-08-23 23:21:52 +02:00
Rasmus Steinke
3922d51239
add exception for separator line
2015-08-23 23:06:33 +02:00
Rasmus Steinke
d5f3b25e38
outsource pass checking in own function
2015-08-23 22:59:52 +02:00
Rasmus Steinke
b411e01304
make sure to always catch non-password entries
2015-08-23 22:28:26 +02:00
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