escrotum
escrotum copied to clipboard
Linux screen capture using pygtk, inspired by scrot
After upgrading to python 3.9, I can't seem to make it work. Running with `-C` now fails silently with nothing copied to the clipboard and a 0 exit code and...
After reading this issue: #68 I was able to get escrotum working on python 3.10.1 again, however the issues I was having prior to installing escrotum as a python package...
When executing escrotum -sr '%M%S.webm' -e 'echo $f' It seems like it captures the timestamp, this is used for saving the file, but the -e parameter does not hold the...
Occurred on Linux 5.15.7-xanmod1-tt-1 using xorg and i3wm **Steps to reproduce** 1. Start a video capture using the following command: `escrotum -r '~/img/screenshots/%Y-%m-%d_%H-%M-%S.webm' -e 'echo $f'` 2. Wait 5 seconds...
Fix strftime discrepancy on expanding filename arguments as outlined in https://github.com/Roger/escrotum/issues/76
Kernel version: `linux-5.10.14.arch1-1` Escrotum version: `escrotum-git 0.2.1.r48.a41d0f1-1` Python version: `python-3.9.1-2` Using this, file isn't saving and isn't going to clipboard `escrotum -s -C '~/Pictures/Screenshots/screenshot_%d.%m.%Y_%H:%M:%S.png'` That works okay `escrotum -s '~/Pictures/Screenshots/screenshot_%d.%m.%Y_%H:%M:%S.png'`
at the bottom of the man page, it is mentioned that the escrotum documentation is maintained as a texinfo page. this is, as far as i can tell, a default...
Have you ever considered rewriting this into Rust? I mean, Rust is a more memory-safe language and it has concurrency built-in, which will prevent you from any thread issue in...
With the current version, when making a screenshot of a selected window, the captured area starts outside of the window decoration (window decoration is 1px in my case), but uses...
Help Wanted
I don't have a lot of time this days to work with this project, so I'm looking for people who wants to mantain it, currently is working as I want...