Replies: 2 comments 2 replies
-
Sorry about the delay in a response to your message. I need to setup GitHub emails differently so I see them every time. But sure, I would be more than happy to collaborate on this project with you if that is what you wanted to do. I am just in the process of learning Rust and decided that since I use your program, I was going to fork it and add features to it while trying to learn Rust. I'm not sure the direction that you plan on taking this project, and I see that you're a way better programmer than I am, so if you would like for me to try and work on something and then push the changes upstream for you to review, I'd be more than happy to.
|
Beta Was this translation helpful? Give feedback.
-
If there's something that you think this project would benefit from, I definitely welcome issues and pull requests. I'd like to encourage contributions as well, so feel free to make PRs even if you aren't entirely confident in the implementation -- I'll give you feedback and ask for changes if needed. XDG FoldersAFAICT the XDG folders are not intended for use on macOS. The use of File FormatsI understand the desire for YAML (less so for JSON). When I initially announced this project on r/rust, one of the questions I received was if I would support YAML. The answer is no, in part for maintainability reasons (it is easier to enforce one file format) and in part because TOML seems to be more consistent than YAML. It might be more verbose, but I am a person to prefer more verbose to inconsistent parsing. It's why I like using Rust, after all. Preview Config File/Modify by CLIThis is actually a feature I considered when developing the first version of
|
Beta Was this translation helpful? Give feedback.
-
@lmburns, I notice you've been doing work in a fork of this project. I was wondering if you are planning on submitting any of those changes for upstream consideration (with relevant issues, as needed) or if you intend to maintain your own personal fork.
I'm opening this discussion here since I did not see a good way to contact you through the forked repo.
Beta Was this translation helpful? Give feedback.
All reactions