An open API service indexing awesome lists of open source software.

https://github.com/bottlerocketlabs/sessionizer

switch tmux/zellij sessions easily - use like doom emacs projects
https://github.com/bottlerocketlabs/sessionizer

Last synced: about 2 months ago
JSON representation

switch tmux/zellij sessions easily - use like doom emacs projects

Awesome Lists containing this project

README

          

# sessionizer

## Use sessionizer with zellij

start sessionizer as shell command

```yaml
# alacritty.yml
shell:
program: /usr/local/bin/zsh
args:
- -c
- /Users/you/.local/bin/sessionizer
```

detach from current session to select another

## Use sessionizer with tmux

run sessionizer within tmux session

```conf
# tmux.conf
bind-key p run-shell "tmux neww ~/.local/bin/sessionizer"
bind-key F1 run-shell "tmux neww ~/.local/bin/sessionizer somegitreponame"
```

## credit

* [https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/scripts/tmux-sessionizer]
* [https://github.com/zellij-org/zellij/issues/884#issuecomment-1250483279]