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
It would be really convenient if skate supported an option to automatically copy the output to the clipboard.
For example:
skate get secret -c
This would behave similarly to xclip -selection c, allowing users to copy the retrieved value directly without additional piping or manual steps.
I think this could be a useful quality-of-life improvement for quick secret retrievals.
I already have a small working implementation for this feature and can raise a PR if the maintainers think it’s a good addition.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be really convenient if
skatesupported an option to automatically copy the output to the clipboard.For example:
This would behave similarly to
xclip -selection c, allowing users to copy the retrieved value directly without additional piping or manual steps.I think this could be a useful quality-of-life improvement for quick secret retrievals.
I already have a small working implementation for this feature and can raise a PR if the maintainers think it’s a good addition.
Beta Was this translation helpful? Give feedback.
All reactions