https://github.com/zoni123/cproc
Process manager for Linux written in C.
https://github.com/zoni123/cproc
c c-programming c-programming-language linux process-manager programming task-manager terminal-based
Last synced: 11 days ago
JSON representation
Process manager for Linux written in C.
- Host: GitHub
- URL: https://github.com/zoni123/cproc
- Owner: zoni123
- License: gpl-3.0
- Created: 2025-07-01T13:05:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T16:05:02.000Z (9 months ago)
- Last Synced: 2025-08-09T13:15:34.939Z (9 months ago)
- Topics: c, c-programming, c-programming-language, linux, process-manager, programming, task-manager, terminal-based
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cproc
## Overview
A lightweight process manager for Linux written in C.
## Build/Clean
The only prerequisite is GCC.
`make` to build the executable
`make clean` to remove the executable
## Usage
`./cproc [user]`, where `[user]` is the name of the user whose processes are going to be shown. No argument means all processes will be shown.