tmux-kill

1.0.2 • Public • Published

tmux-kill

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

Interactively kill a tmux session

An iPipeTo workflow



demo animation


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

Package Sidebar

Install

npm i tmux-kill

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

4.63 kB

Total Files

5

Last publish

Collaborators

  • ruyadorno