Jonas Due Vesterheden
Jonas Due Vesterheden
When using `hs.dialog.blockAlert()` and `hs.dialog.textPrompt()` from a `hs.hotkey.bind()` callback, the alerts do not get keyboard focus. This means I have to reach for my mouse to enter text, which defeats...
This makes it easier for scripts to extract the information. As an example, [concat-licenses](https://github.com/TheGuardianWolf/concat-licenses) currently includes the full README.md file for pure-uuid. With this change, it should include just the...
Very nice script! I did have one problem, caused by having `zsh` as my login shell. When running /etc/network/if-up.d/reverse_ssh_tunnel, it would fail with an error like `zsh:1: no matches found:...
I have implemented swap statistics, using the same numbers as reported by `sysctl vm.swapusage` on the command line. Maybe this should really be in `SwapMeter.c` instead of `ProcessList.c`?