Dolev Hadar
Dolev Hadar
@rambhosale thanks for the suggestion! Do you think a command line arguement like `gh dash .` to run the gh-dash on the current directory's repo would make sense? What sections...
Hey @MikaelElkiaer, this is possible but requires a bit of work. See how Josh made it work [here](https://github.com/joshmedeski/dotfiles/blob/7666a54d4b93b237f8594a55e3369e534e4189f9/.config/bin/ghd#L5) The script basically searches for a `.gh-dash.yml` file in the current git...
Yeah that's a good idea. Would love a PR for this. It would require to implement a confirmation style input, which is also need to implement #175
I don't personally have an android so can't test that. I would love a contribution for this :)
Sounds good! Thanks for the issue
This is definitely something I'm interested in. My initial thoughts are around adding this to the config with default values like I've done for other options. I usually look at...
I think another approach that avoids breaking changes (which I also want to avoid) is to introduce a syntax like this: ```yaml keybindings # already exists universal: # new -...
Yes exactly. I'm alluding to the confusion / conflict when a custom command like `diff` is also a builtin command. My suggestion would be to make the config like this...
Sounds good!
Yeah definitely @miniscruff!