Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).