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 seems that you're using a terminal that doesn't support ANSI escape codes. You can tell Rink to use plain text instead by adding this to the config file:
[colors]
enabled = false
Or by setting the NO_COLORS environment variable to 1 (which may affect other apps as well).
You might also want to add this to the config as well seeing how the currency fetching is failing (a machine with no internet?):
[currency]
enabled = false
What platform and terminal are you using? I might be able to change it so colors are disabled by default in this environment, or maybe it has some alternative way of setting colors I could add support for.
I don't need currency conversion, so I don't need the program to connect to the internet.
Now works well
Program path C:\Users\mo\rink\rink.exe
History path C:\Users\mo\AppData\Local\rink\history.txt
Config path C:\Users\mo\AppData\Roaming\rink\config.toml
The text was updated successfully, but these errors were encountered: