Roger / escrotum

Linux screen capture using pygtk, inspired by scrot
GNU General Public License v3.0
213 stars 23 forks source link

Added support for UUID filenames. #26

Open Phaeilo opened 8 years ago

vchimishuk commented 4 years ago

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).