1.0.2 • Published 5 years ago

tmux-kill v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

tmux-kill

NPM version Build Status License Join the chat at https://gitter.im/ipipeto/Lobby

Interactively kill a tmux session

An iPipeTo workflow

Install

Get it with npm:

npm install -g tmux-kill

Run

tmux-kill

OR

bypass npm install and run it at once using npx:

npx tmux-kill

Bash alias equivalent

If you're already an ipt user that has it globally installed, you can get this same functionality by just adding this alias to your bash (or equivalent) file:

alias tmux-kill="tmux kill-session -t $(tmux list-session | ipt -u | cut -d ':' -f 1 )"

Requirements

  • tmux globally installed
  • ipt globally installed

License

MIT © 2018 Ruy Adorno