-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: allow setting autosync.interval in minutes #2730
Comments
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
Autosync isn't run in the background when used in REPL mode, or is it? Because iiuc it's run before another command if delay has passed, and optionally if set to 0, it's run every time a command is run, no? So to me, having a granularity below a day is not really better than setting it to 0, no? Or am I missing a use case? Edit, sorry I misclicked on Close. |
Yes granularity of for example hours (or minutes, for completeness) would be much better than days. Consider that you may be showing/inserting a lot of passwords throughout the day, while (physically) moving between installations of gopass. Having for example |
Solves gopasspw#2730 Signed-off-by: Daniel Lublin <[email protected]>
) Solves #2730 Signed-off-by: Daniel Lublin <[email protected]>
Closed in #2731 |
It would be useful to be able to set autosync interval with greater granularity. I think minutes could be enough, seconds won't be needed.
To be backwards compatible, we'd move the setting to a string, and still interpret a clean number as days, but accept an
m
suffix for interpreting the number as minutes.The text was updated successfully, but these errors were encountered: