x11x
x11x
Hi, Thanks for your work on this great project. I'm just putting in a request for signed GitHub releases, so downloads can be verified. I've found an [easy guide](https://wiki.debian.org/Creating%20signed%20GitHub%20releases). Signed...
Maybe this is by design... Say you have a lower filesystem, "/lower" containing a directory "/lower/d" and a file "lower/f". Then you mount an overlay, "/overlay" using an empty upper...
Hi, Thanks for your hard work on this project. I have been playing around trying to get sshfs to work with pageant using [ssh-pageant](https://github.com/cuviper/ssh-pageant) without a cygwin installation (just with...
Hi, Thanks for this great app. I am looking forward to the sync/cloud integration for this app to enable backing up and syncing across devices. Wondering if you have looked...
Hi, I have some minor UI suggestions. Maybe these could be implemented as options if you did not want them enabled by default. - Double-click instead of single-click on a...
Just an idea. Instead of multi-level folder hierarchy (as mentioned in #40 and your comment in #32), what about a tag system? You would keep the flat list of sessions...
I've also added a handy `putdir` method for putting all files in a directory. It can be used recursively to find and add all files in a directory hierarchy, or...
Hi, Here I have implemented "pluggable put strategies". The idea is that downstream projects might need finer-grained control over how the files are created and moved into place within the...
This means docstrings are exposed for the plot helper functions wrapped by set_rc, making it easier to view the docs for each function (so you can use shift-tab etc.)
How can we identify monitors? If the order of monitors is guaranteed to be the same across reboots, we can just use its index in the `get_monitors()` list. I'm not...