https://github.com/oxyzenq/pidnest
pidnest shows a clean process tree for a Linux user or UID.
https://github.com/oxyzenq/pidnest
cli developer-tools linux process-tree procfs rust system-tool terminal
Last synced: 6 days ago
JSON representation
pidnest shows a clean process tree for a Linux user or UID.
- Host: GitHub
- URL: https://github.com/oxyzenq/pidnest
- Owner: oxyzenQ
- License: mit
- Created: 2026-05-25T07:12:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-25T08:48:43.000Z (about 2 months ago)
- Last Synced: 2026-05-25T09:28:44.324Z (about 2 months ago)
- Topics: cli, developer-tools, linux, process-tree, procfs, rust, system-tool, terminal
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pidnest
> Lightweight process inspection is now part of the Zejtron ecosystem.
## Migration Notice
`pidnest` has officially been merged into **Zejtron** and is no longer maintained as a standalone project.
All functionality now lives inside the `proc` module of Zejtron with improved performance, cleaner UX, and live monitoring support.
---
# Quick Start
## Inspect your own processes
```sh
zejtron proc --me
```
## Inspect another user
```sh
zejtron proc
```
## Live process monitoring
```sh
zejtron proc --me --live
```
---
# Why the move?
By integrating into Zejtron, process tooling now benefits from:
* Unified CLI ecosystem
* Faster updates and maintenance
* Shared infrastructure
* Better extensibility
* Live monitoring capabilities
---
# Install Zejtron
```sh
git clone https://github.com/oxyzenQ/zejtron
cd zejtron
```
---
# New Home
Repository:
https://github.com/oxyzenQ/zejtron
---
# Status
`pidnest` is archived and preserved for compatibility/reference purposes only.
All future development happens in **Zejtron**.