brianp / muxed

Another TMUX project manager
MIT License
59 stars 3 forks source link

[feat] Show running and attached session with list #57

Open coreyja opened 2 years ago

coreyja commented 2 years ago

Fixes #52

This add * next to any projects with open tmux sessions

and (attached) next to any projects that are currently attached in tmux

Together with a quick script using fzf: https://github.com/coreyja/dotfiles/blob/main/bin/fuzzy_muxed We can get a really nice experience when changing between projects, even ones that we haven't opened yet! This works very similarly to choose-tree but it also allows selecting projects that aren't open yet in tmux

2022-04-16 16 05 32

Draft for right now cause I think it needs a bit of thinking about some of the changes before its ready to go in, but I've been using it locally for a few months and haven't run into issues in my workflow