jott icon indicating copy to clipboard operation
jott copied to clipboard

Anonymous notes

Open bwasti opened this issue 7 years ago • 1 comments

Make the name of a note optional and generate a random URL for it

This may imply an update to the default rendering to exclude the note name

bwasti avatar Sep 03 '18 22:09 bwasti

How about

echo "random note" | jott $(od -x /dev/urandom | head -1 | awk '{OFS="-"; print $2$3$4$5}') password

niderhoff avatar Mar 04 '21 09:03 niderhoff