Metadata-Version: 2.4
Name: pgtree-tui
Version: 1.1.0
Summary: Interactive collapsible process tree viewer
Project-URL: Repository, https://github.com/bruger/pgtree-collapsible
Author-email: "@readwithai" <talwrii@gmail.com>
License-Expression: MIT
Keywords: curses,pgtree,process,tree,tui
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pgtree-tui
pgtree is a very useful tool to search for processes and show them in a tree along with their ancestors and descendants. It is great. I had too much processes and wanted to be able to collapse the levels. So I coded this.

This is not directly related to pgtree (other being a similar idea) and contains AI-generated code. 


## Features

* Can use mouse to expand and close
* No stupid F keys like htop and btop
* Can kill process
* Can kill process trees
* Copy pids by clicking on them

## Usage

`pgtree-tui name` 

k to kill
K to kill entire tree
R to refresh

## Alternatives

pgtree and some search
htop and use f keys
use some sort of activity monitor

