You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to launch a specific command (pass show -c user@hostname) upon certain text occurrence, but I would need to access hostname and username state variables, which doesn't seem to work.
I also tried with a notification, but the notification displays title=${hostname} and does neither expand the variable nor set the title variable…
So, I'm a bit lost about what is possible and what is not possible here. Could you possibly give us some indication about which state variable may be used and how and when ?
The text was updated successfully, but these errors were encountered:
Right now it doesn't replace the environment variable style tokens that you can use in titles. I think that is a good idea though if that is what you are asking for in terms of a feature enhancement.
I tried to launch a specific command (
pass show -c user@hostname
) upon certain text occurrence, but I would need to access hostname and username state variables, which doesn't seem to work.I also tried with a notification, but the notification displays
title=${hostname}
and does neither expand the variable nor set thetitle
variable…So, I'm a bit lost about what is possible and what is not possible here. Could you possibly give us some indication about which state variable may be used and how and when ?
The text was updated successfully, but these errors were encountered: