https://github.com/sheenobu/fuzzkill
fuzzy killing ncurses UI
https://github.com/sheenobu/fuzzkill
curses go golang linux unix
Last synced: 5 months ago
JSON representation
fuzzy killing ncurses UI
- Host: GitHub
- URL: https://github.com/sheenobu/fuzzkill
- Owner: sheenobu
- License: mit
- Created: 2017-02-28T18:37:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T18:38:31.000Z (over 9 years ago)
- Last Synced: 2024-06-20T14:28:55.371Z (about 2 years ago)
- Topics: curses, go, golang, linux, unix
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# fuzzkill
fuzzkill is a console/ncurses app which shows a list of processes which can be killed
## Installation
Fuzzkill requires ncurses.
Installation can be done via:
go install github.com/sheenobu/fuzzkill
## Usage
fuzkill name - searches for processes similar to name, lets you tab through
them and kill them selectively.
## Features
TODO:
* In-UI searching
* Extended details of process
* Filter out /nix/store\* paths
* Configurable signal types