Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmux-plugins/tmux-cowboy
Kill hanging processes fast
https://github.com/tmux-plugins/tmux-cowboy
tmux tmux-plugin tmux-plugins
Last synced: 7 days ago
JSON representation
Kill hanging processes fast
- Host: GitHub
- URL: https://github.com/tmux-plugins/tmux-cowboy
- Owner: tmux-plugins
- License: mit
- Created: 2021-05-11T09:39:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T10:09:11.000Z (over 3 years ago)
- Last Synced: 2024-04-09T12:01:15.963Z (7 months ago)
- Topics: tmux, tmux-plugin, tmux-plugins
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 32
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# tmux-cowboy
~~Just kill that damned stale process!~~ Send a signal to a process running
inside a current pane.Useful when you're annoyed by the stale program and just want to get rid of it.
NOTE: this plugin calls a `kill -9 ` command and that's potentially
dangerous. Use this plugin at your own responsibility. That said, I'm using
this on my personal computer. If there are bugs I'll be the first to know.### Key bindings
- prefix * - end the process running in the current
pane with `kill -9`### FAQ
Q: What's with the name? Why "cowboy"?
A: Because you go pew-pew killing those bad processes.### License
[MIT](LICENSE.md)