algolia/sup3rS3cretMes5age

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

Opened this issue · 0 comments

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