-
Notifications
You must be signed in to change notification settings - Fork 53
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
Would Like to Help #24
Comments
I'm working on getting a Gitter set up but Brain dump of some things on my radar: Lower commitmentProbably the lowest hanging fruit is adding config examples if you want to just play with things a bit and submit a PR to the Write some automated tests 😬 Adding an AUR package #15
Mid commitmentWrite some external annotators. On my radar is a unified diff parser/annotator to implement applying patches (e.g. git staging single hunks and single lines) but I haven't looked too deeply into it. Check out the Refactoring. The configuration parsing stuff in particular could probably be rewritten or heavily cleaned up. #23. This can be simple at first, maybe just write some stuff to a Higher commitmentI'd like to have support for multiple key-stroke keybindings. There's issue #4 for that. Issue #3: would be nice for folks to be able to use whatever keybindings they want for the builtin actions (moving cursor, paging up/down, etc.) Issue #17: sourcing many files from Somewhere out on my radar is being able to mark multiple lines and then execute some command with all of the selected ones. This would allow you to diff two arbitrary git commits, for example. Implement searching with |
Awesome! I’ll reply here or on the appropriate issue if I start to attempt any of those |
I'm going to try and write some tests for the config file |
Would you object if I added a real parser using this and sent a PR? You could feel free to reject the PR if you don't like it, just wondering if you might be interested. |
No objections. That would be awesome 👍 |
Sorry to clutter issues, but couldn't find a real contact method.
This project is sweet. I'd like to help. Anything specific you'd like someone to take a crack at?
The text was updated successfully, but these errors were encountered: