jrmoulton / tmux-sessionizer

Tmux Sessionizer: A tool for opening git repositories as tmux sessions
MIT License
463 stars 35 forks source link

Ability to customize picker shortcuts #76

Closed junglerobba closed 9 months ago

junglerobba commented 9 months ago

Related to https://github.com/jrmoulton/tmux-sessionizer/pull/75 Would there be enough interest/need for this feature? I’d be willing to give it a shot at implementing it if so, but I can’t promise much with my limited rust experience so far 😅

jrmoulton commented 9 months ago

I feel like configurability wouldn't be a bad thing. It's not something I really want personally but I would accept a PR.

If it's something that you personally want then go for it, otherwise, like you, I'm not sure there is enough interest to spend the time implementing it.

(although if anyone does want this make sure to react/comment so that we know)

junglerobba commented 9 months ago

Just fyi, I went ahead and started anyway just because I was curious to see how something like this could be implemented. I’d say I’m about 70% of the way there, only struggling a bit with the representation of the shortcuts in the config file and how to get serde to cooperate with me. Will see if I can finish it tomorrow.