Gordon Yu

Results 6 comments of Gordon Yu

Other utilities (at least I dunno, Windows+Shift+S on windows) solves this by actually taking a screenshot the instant the binary is run without moving focus or creating windows/overlays or interaction...

If you don't want to force this change you could always just make it a command line option

Though given that this whole project is written in just shell the complexity of this task may be rather high

My interim solution is just to run gimp instead of -m region like ```bash hyprshot -m output -c -- gimp ``` but this is rather inconvenient as it is not...

Yes, I am referring to the "Syntactic test suite coverage". Currently I am just running `raco cover thing.rhm` and opening the html file in chrome, but giving this information in...

I use neovim btw, so doing so would not be my prerogative. I followed @6cdh's advice, writing my own plugin: https://github.com/gordoncyu/racket-cover.nvim.