Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange output. v0.8.0 #186

Open
ropucyka opened this issue Jun 25, 2024 · 2 comments
Open

Strange output. v0.8.0 #186

ropucyka opened this issue Jun 25, 2024 · 2 comments

Comments

@ropucyka
Copy link

2024-06-25_153439

@tiffany352
Copy link
Owner

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.

@ropucyka
Copy link
Author

ropucyka commented Jun 26, 2024

What platform and terminal are you using?

2024-06-26_140702

[colors]
enabled = false
[currency]
enabled = false

I don't need currency conversion, so I don't need the program to connect to the internet.

Now works well
2024-06-26_141117

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

Can it just be portable?

2024-06-26_141731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants