tmux-sessionist
                                
                                 tmux-sessionist copied to clipboard
                                
                                    tmux-sessionist copied to clipboard
                            
                            
                            
                        Lightweight tmux utils for manipulating sessions
`~/.tmux/plugins/tmux-sessionist/scripts/new_session.sh "foo"` is always returning `can't find session foo` for me.
If you are concerned about making this the default behavior, then maybe make it opt-in using a variable set in ~/.tmux.conf
This allows users to choose behavior surrounding start-directory choice for new sessions. Addresses #4
The idea for this brought up in #2.
perf(promotion): pane swapping instead of joining refactor(promotion): use IDs instead of names --- See [scritps/helpers.sh:58](https://github.com/TheSast/tmux-sessionist/blob/829a032ea6b33633b4ebb3eec05f65bf217f18c9/scripts/helpers.sh#L58) before merging.
docs: added how to set @sessionist-maintain-path --- Option to maintain the path currently open in the shell when creating a new session (weather trough promotion or not) Resolves #4 Alternative...
renamed Features to Key Bindings reduced ambiguity about join-pane mapping ---- Resolves #27
26 days since the PR created. No possibility to request a review. Is it a dead repo?
Script doesn't process non-zero exit codes producing artifact messages on the screen.