zsh shortcut to create secure link from command line (~/.zshrc)
Opened this issue · 0 comments
Burekasim commented
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'}; }