Skip to content
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

zsh shortcut to create secure link from command line (~/.zshrc) #82

Open
Burekasim opened this issue Apr 10, 2023 · 0 comments
Open

zsh shortcut to create secure link from command line (~/.zshrc) #82

Burekasim opened this issue Apr 10, 2023 · 0 comments

Comments

@Burekasim
Copy link

In case you would like to add this to the readme page, this is how I work with sup3rS3cretMes5age:

o () { cat "$@" | curl -sF 'msg=<-' https://onetime.endpoint.com/secret | jq -r .token | awk {'print "https://onetime.endpoint.com/getmsg?token="$1'}; }

CleanShot 2023-04-10 at 16 02 56@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant