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
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
I'm currently writing some documentation for Kaiser and while digging into the tool's internals I missed the ~/.kaiser/.config.yml for quite a while.
Since ~/.kaiser is already a hidden directory, I think the files in there shouldn't be hidden. I suggest changing it to ~/.kaiser/config.yml and building in a little backwards compatibility layer for people that still have the old .config.yml I'd suggest a function that looks for the dotted file and undots if it exists. If an undotted config file exists already, it should take priority over the dotted one.
The text was updated successfully, but these errors were encountered:
Makes sense to not have a hidden file inside of a hidden directory. In fact if we're going to change file paths, I'd suggest following the XDG basedir spec and using $XDG_CONFIG_HOME/kaiser/$XDG_DATA_HOME/kaiser or similar.
I'm currently writing some documentation for Kaiser and while digging into the tool's internals I missed the
~/.kaiser/.config.yml
for quite a while.Since
~/.kaiser
is already a hidden directory, I think the files in there shouldn't be hidden. I suggest changing it to~/.kaiser/config.yml
and building in a little backwards compatibility layer for people that still have the old.config.yml
I'd suggest a function that looks for the dotted file and undots if it exists. If an undotted config file exists already, it should take priority over the dotted one.The text was updated successfully, but these errors were encountered: