-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Custom configs #62
Custom configs #62
Conversation
Yay! Thank you very much for your contribution, I'll take the time to review properly the next days. I see however that you pushed already merged commits? What happened? Could you try to rebase your branch on master to resolve the merge conflicts? |
Ok. I'm new to github, sorry for any inconviniences :-).
|
No problem, I'll do my best to help you! In your branch, the commands should be git rebase master
# fix any conflict, follow what git is telling you
# now you can "force push" to your branch
git push -f Please don't hesitate to ask if something is unclear :) |
Oh, I think I can also push to your branch. I'll try to do it later if you didn't do it first ^^ |
Don't worry too much about CI (quality and tests jobs), they were already failing before. |
Hey @jonnieey, I didn't forget about your PR, I simply was very busy these last weeks (moving out / moving in, work) and I want to review your PR properly, which require a decent amount of time 🙂 But I'll get to it eventually! Sorry it's taking so long for your first contribution 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @jonnieey, these are great additions 🙂
I would have preferred a more modern configuration format like YAML/TOML, but I think the INI format is OK to start with.
One other thing that bothers me is that we can only have one key for an action now? We could previously use both q
and F1
to display help, and now it's only F1
?
24bd2f6
to
69b388f
Compare
Reference: issue pawamoy#62
ca610aa
to
c4bef36
Compare
Hello @jonnieey, I commited some changes:
How do you feel about this PR? I would like to merge it and continue integrating it properly (like adding tests, fixing CI, etc.) |
Hey @pawamoy. I think it's a good start for custom user configurations. There's room for a lot of improvement that can be made along the way. |
@jonnieey alright great! I'll squash and merge. Feel free to send more PRs 😉 |
d4ceb91
to
9a9069d
Compare
Oops, your authoring was dropped from the commits, let me fix this. |
@jonnieey I can't find back your git author name and email, can you give them to me 🙂 ? I insist. |
Nevermind, found it! |
Fixes #60. PR #62. Co-authored-by: Timothée Mazzucotelli <[email protected]>
Sorry for this mess 😅 It's fixed! |
Simple custom binds and color configuration from file.