A plugin to manage tmux sessions easily
Fish Tmux is a plugin allowing simplified command to enter and leave tmux sessions. It uses fzf to choose between sessions and allows the easy return to previous sessions.
Fisher:
fisher add aabs/fish_tmuxlist available sessions
$ tm ls
anzograph
dotfiles
f2n
fd2
fdg2
fso
hi
mapi
p2
rdf
rdfutil
tqopen a session
$ tm open
  tq
  rdfutil
  rdf
  p2
  mapi
  hi
  fso
  fdg2
  fd2
  f2n
  dotfiles
> anzograph
  12/12Other commands:
$ tm
Command Usage for tm
--------------------
fishdots plugin for using tmux
tm <command> [options] [args]
tm help Display help for command tm
tm set  set current TMUX session
tm new  <session_name> create a new TMUX session
tm detach       disconnect from the current session
tm goto <name> change tmux sessions
tm home got to the current home tmux session
tm ls   list all available tmuxers
tm open open from list dialog
tm session      display the current session name- 1.0.0
- CHANGE: Initial Creation
 
Andrew Matthews – @aabs – [email protected]
Distributed under the GPL3 license. See LICENSE for more information.
https://github.com/aabs/fish_tmux
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request
