omerxx / tmux-sessionx

A Tmux session manager, with preview, fuzzy finding, and MORE
GNU General Public License v3.0
565 stars 51 forks source link

Interactive session creation, expanded headers #5

Open IamTheLime opened 7 months ago

IamTheLime commented 7 months ago

Hi there,

Big fan of the plugin, I found myself wanting to create new sessions interactively so I ended up adding another binding, I know C-o will do the trick but I don't always need to jump to the session immediately.

I appreciate that this is most likely used for your own workflow but leaving as a pull request in case someone wants the feature.

omerxx commented 7 months ago

@IamTheLime So basically this gives me the option to create sessions without attaching to them? that's the idea?

IamTheLime commented 7 months ago

@omerxx That is it, albeit I understand this might be a very much particular to my workflow, should be noted as well that I tested this plugin running on fedora38 and it works seamlessly across linux/macbook

omerxx commented 7 months ago

@IamTheLime I see the appeal, I'll keep this open and think about it some more and integrate. Thanks again!

omerxx commented 7 months ago

I wanted to integrate it bc I like the idea but also wanted to avoid the read shell that's used for the rename action. Tried using new actions by fzf like this on - https://github.com/junegunn/fzf/blob/master/man/man1/fzf.1#L1121C6-L1121C14

So far no luck :(