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
Is your feature request related to a problem? Please describe.
Currently having to pass -c user every time. Also for some reason freeze -c user is slower compared to freeze (Checked with ls | freeze)
Describe the solution you'd like
Make $XDG_CONFIG/freeze/user.json the default config when no config is passed
Describe alternatives you've considered
NA
Additional context
MacOS 14.4.1 (23E224), installed via brew install charmbracelet/tap/freeze
The text was updated successfully, but these errors were encountered:
@okmanideep when testing out the changes for #107 I realised that even when using freeze -c full still takes a lot of time but if you output it to .svg it will create it instantly both with -c user or -c full.
My assumption here is that to encode the .png image, takes a lot of time if is not the base config.
I logged out the time between getting the config and parsing the json, here are the results:
Is your feature request related to a problem? Please describe.
Currently having to pass
-c user
every time. Also for some reasonfreeze -c user
is slower compared tofreeze
(Checked withls | freeze
)Describe the solution you'd like
Make
$XDG_CONFIG/freeze/user.json
the default config when no config is passedDescribe alternatives you've considered
NA
Additional context
MacOS 14.4.1 (23E224), installed via
brew install charmbracelet/tap/freeze
The text was updated successfully, but these errors were encountered: