William Myers
William Myers
I think I should probably add GPU support to `psutil`?
Cool. As far as I can tell there are only bindings to the [Nvidia Management Library](https://developer.nvidia.com/nvidia-management-library-nvml) via one of [these](https://crates.io/search?q=nvml&sort=downloads) crates. I was thinking [nvml-wrapper](https://crates.io/crates/nvml-wrapper) looked like the best option....
Cool, I will try to open a PR ASAP.
huge :+1:
It would be either/or: So if `$XDG_CONFIG_HOME` is set it would look at: `$XDG_CONFIG_HOME/mackup/mackup.cfg` (notice these files/dirs are not invisible), if it is not set, then it will look at:...
It is customary for every app/package to have their own directory in `$XDG_CONFIG_HOME` (or any other XDG directory), so it would be: 1. try `$XDG_CONFIG_HOME/mackup/` and `$XDG_CONFIG_HOME/mackup/mackup.cfg` if they exist....
Am I understanding you correctly that, as it stands right now does it: 1. try: `$HOME/.mackup/mackup.cfg` 2. if not, try:`$HOME/.mackup.cfg` 3. if not, no config. If you want to keep...
Ok that makes a lot more sense. Then you original suggestion: 1. try `$XDG_CONFIG_HOME/mackup/` and `$XDG_CONFIG_HOME/mackup.cfg` if they exist. 2. if not, try `$HOME/.mackup/` and `$HOME/.mackup.cfg` 3. if not, no...
Awesome, Ill see if I can do a PR soon
Setting viminfo like `set viminfo+=n$XDG_CACHE_HOME/vim/viminfo` as suggested in this great blog post did not work for me.