-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add a configuration file #5
Comments
This would be great, especially also to define colorschemes using, for example, flavours. Also, I'd just like to say thank you for creating this really cool TUI. I've been looking for something like this for ages. 😄 |
It should be also possible to change the file explorer utility (default: |
The configuration file is implemented now. (See #configuration) I dispersed the other mentioned issues to their separate issues: #31 #32 Closing. |
Amazing, thank you! |
Is your feature request related to a problem? Please describe.
Having a configuration file for managing the application settings would be good in the future. (It looks like it's going to be needed anyways.)
Describe the solution you'd like
Implement a configuration file parser using
config
orrust-ini
crates. Update the config values in the application after parsing this file.The text was updated successfully, but these errors were encountered: