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
Provide a flag to create, e.g. -c or --copy that copies the URL constructed from the token so that the user can quickly send the link to the recipient.
Provide a flag to fetch that copies the secret so that the user can quickly paste a password somewhere. This one is a bit less important, and some thought has to go into how to deal with files in the copy case.
Provide a flag to
create
, e.g.-c
or--copy
that copies the URL constructed from the token so that the user can quickly send the link to the recipient.Provide a flag to
fetch
that copies the secret so that the user can quickly paste a password somewhere. This one is a bit less important, and some thought has to go into how to deal with files in the copy case.Go package for copying to clipboard: https://github.com/atotto/clipboard
The text was updated successfully, but these errors were encountered: