Salle Helevä

Results 7 comments of Salle Helevä

> Questions: 1. Why not using `-v` as `verbose` output ? 2. Is this use case very frequent to justify a 1 letter command abbreviation? 1. You mean, why not...

Fixed the last style warnings, now ready for review. Hope the implementation is satisfactory, tried to keep changes to existing logic minimal and did my best to make sure the...

Pushed a couple more commits, noticed printing was broken for multiple command instances. Now works with those as well.

Would this make for a good first issue? Having looked at the code and started part of the implementation, it seems doable for me. So fyi, I'd like to work...

Created a draft PR #1068 for this. At least one thing to be resolved: Should the commands be printed in the same sequence they are ran? So for example: ```...

I got it working by using xwininfo to calculate dimensions instead of python In case somebody else has this problem, just replace _guess_terminal_pixelsize_ function with this ``` guess_terminal_pixelsize() { gwidth=$(printf...