Skip to content

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

License

Notifications You must be signed in to change notification settings

bottlerocketlabs/sessionizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sessionizer

Use sessionizer with zellij

start sessionizer as shell command

# 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

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

credit

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages