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

https://github.com/joaoiacillo/stm

Simple Linux Task Manager made in C
https://github.com/joaoiacillo/stm

Last synced: 2 months ago
JSON representation

Simple Linux Task Manager made in C

Awesome Lists containing this project

README

        

# Simple Linux Task Manager

A simple task manager made in C for Linux.

# Usage

```bash
$ stm # For listing all processes
$ stm -h # For printing help message
$ stm -k PID # For killing a process by it's PID
```