$ cd ../
Proc Explorer — bash

user@devops:~$ cat README.md

Proc Explorer

# Description

Proc Explorer is a Linux process inspection CLI tool reading /proc with detailed information. Process listing with name/state filters, sort by PID or memory, detailed view with memory maps, descriptors and environment, top-like monitor with periodic updates, JSON output and ANSI colors.

# Key features

$ Process listing with PID, name, state, RSS

$ Filter by name (substring) or state (Running/Zombie)

$ Sort by PID or memory consumption

$ Detailed view: memory maps, descriptors, environment

$ Real-time top-like monitor

$ JSON output and ANSI colors by state

# Gallery

Desktop view
Proc Explorer - Desktop view
Mobile view
Proc Explorer - Mobile view

# Technologies used