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
- Host: GitHub
- URL: https://github.com/joaoiacillo/stm
- Owner: joaoiacillo
- Created: 2024-01-15T22:22:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T04:10:08.000Z (over 1 year ago)
- Last Synced: 2025-01-30T23:30:33.478Z (4 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```