escrotum icon indicating copy to clipboard operation
escrotum copied to clipboard

Added support for UUID filenames.

Open Phaeilo opened this issue 10 years ago • 1 comments

Phaeilo avatar Oct 31 '15 16:10 Phaeilo

Looks redundant to me. Such things can be easily generated be the caller. It is much simpler and flexible -- caller may change UUID generation algorithm. Speaking about your example you can use the next command.

$ escrotum "$(uuidgen).png"
946de4e6-5391-443d-8fc4-71f8e761a035.png
$ 

There is uuidgen command in util-linux package (Archlinux).

vchimishuk avatar Jan 23 '20 22:01 vchimishuk