Closed fnune closed 6 years ago
The -e option exists and works, are you sure you tried with the correct version?
These changes make it so that specifying -C will also save the file anyway, I think this is better functionality. Maybe we could add another flag for it?
What about also saving to a file only if a filename is specified?
# ie.
escrotum -C -s filename.png
The escrotum -C -s filename.png
option sounds great, as long as it also uses the clipboard.
Hi there! Awesome tool.
With
scrot
and the-e
option I was able to take a screenshot, save the file and also copy it to the cliboard like this:I would like to do the same with
escrotum
but I can't because there's no-e
option (althought there's some code for it inmain.py
?) and because specifying-C
stops the program from saving the file.These changes make it so that specifying
-C
will also save the file anyway, I think this is better functionality. Maybe we could add another flag for it?