You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be tremendously cromulent if nvpy would default to storing config in $XDG_CONFIG_HOME (usually ~/.config/) and notes in $XDG_DATA_HOME (usually ~/.local/share).
There is a helper library called python-xdg, more details here:
but if minimizing dependencies is desirable, it would be straightforward to implement the relevant parts of the specification. The FreeDesktop spec is here:
nvpy currently defaults to storing config in
~/.nvpy.cfg
and notes in~/.nvpy/
.nvpy/nvpy/nvpy.py
Line 148 in 2039574
It would be tremendously cromulent if
nvpy
would default to storing config in$XDG_CONFIG_HOME
(usually~/.config/
) and notes in$XDG_DATA_HOME
(usually~/.local/share
).There is a helper library called
python-xdg
, more details here:https://askubuntu.com/questions/457047/how-can-i-get-the-xdg-default-user-directories-from-python
but if minimizing dependencies is desirable, it would be straightforward to implement the relevant parts of the specification. The FreeDesktop spec is here:
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
The text was updated successfully, but these errors were encountered: