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
{{ message }}
This repository was archived by the owner on Oct 16, 2021. It is now read-only.
I figured `string trim -r -c ".gpg"` would remove `.gpg` literally from
the end of whatever line it was given. However, it removes the
characters `.`, `g`, and `p` from the end, not caring about the order,
leading to `entry/otp.gpg` being completed as `entry/ot`. Replace with a
regex `string replace`. Likewise for removing the store path.
0 commit comments