Auto-Read Config File #101
-
I would love if gitmux could auto-detect it's config file with a standard file name and location. It could be saved at What do you think? I'm happy to contribute. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's a great idea. I've already thought about that also. On the paper this is not a difficult feature, and it's surely useful. However there still are some things we should clearly define before starting:
Once we have that, we're good. Also, we'll need unit test that run for each platform, and to update the doc. Not sure if you're familiar with Go, in case you're not feel free to ask questions. Also, let's not reinvent the wheel here, I'm sure many projects use this scheme already (maybe even popular projects written in Go). Thank you 🙏🏽 |
Beta Was this translation helpful? Give feedback.
That's a great idea. I've already thought about that also.
On the paper this is not a difficult feature, and it's surely useful. However there still are some things we should clearly define before starting:
Once we have that, we're good.
Also, we'll need unit test that run for each platform, and to update the doc.
Not sure if you're familiar with Go, in case you're not feel free to ask questions.
Also, let's not reinvent the wheel here, I'm sure many projects use this scheme already (maybe even popular projects written in Go).
Thank you 🙏🏽