Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frectonz/murder_tool
Kill processes with a TUI
https://github.com/frectonz/murder_tool
kill kill-process ocaml tui
Last synced: 3 months ago
JSON representation
Kill processes with a TUI
- Host: GitHub
- URL: https://github.com/frectonz/murder_tool
- Owner: frectonz
- License: mit
- Created: 2024-06-07T22:47:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T06:19:18.000Z (7 months ago)
- Last Synced: 2024-09-30T06:24:42.338Z (3 months ago)
- Topics: kill, kill-process, ocaml, tui
- Language: OCaml
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# murder_tool
Kill processes with a TUI
## How to run it?
```bash
nix shell github:frectonz/murder_tool
murder_tool
```## Demo
[![asciicast](https://asciinema.org/a/663075.svg)](https://asciinema.org/a/663075)
## Technologies
Murder tool uses [feather](https://github.com/charlesetc/feather) to run `ps` and `kill`. It also uses [angstrom](https://github.com/inhabitedtype/angstrom) to parse the `ps` output. The TUI is powered by [lwd + nottui](https://github.com/let-def/lwd).