Socket
Book a DemoInstallSign in
Socket

tmux-kill

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmux-kill

Interactively kill a tmux session

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

tmux

FAQs

Package last updated on 05 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts