# psTUI - A terminal UI for managing processes
![psTUI](./assets/image.png)
## Features
- Search processes by name
- Sort processes by CPU or memory usage
- Kill processes
- Toggle auto-refresh
- Lightweight and fast
## Install with pip
```bash
pip install pstui
```
### Run
```bash
pstui
```
## Run from source
### Installation
```bash
pip install -r requirements.txt
```
### Usage
```bash
python src/pstui/main.py
```
## Controls
- Q: Quit
- F: Find process
- R: Refresh
- K: Kill selected process
- S: Toggle sort (CPU/Memory)
- A: Toggle auto-refresh
- ↑/↓: Navigate
## License
Licensed under the [MIT License](LICENSE.md).
See [LICENSE.md](LICENSE.md) for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "pstui",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "process, tui, system, monitor",
"author": null,
"author_email": "tcsenpai <tcsenpai@discus.sh>",
"download_url": "https://files.pythonhosted.org/packages/86/71/85ca7b789d37256cdc4b748c4e4cf1ef39dc7a755bc32e8efc944c6a771b/pstui-0.1.0.tar.gz",
"platform": null,
"description": "# psTUI - A terminal UI for managing processes\n\n![psTUI](./assets/image.png)\n\n## Features\n\n- Search processes by name\n- Sort processes by CPU or memory usage\n- Kill processes\n- Toggle auto-refresh\n- Lightweight and fast\n\n## Install with pip\n\n```bash\npip install pstui\n```\n\n### Run\n\n```bash\npstui\n```\n\n## Run from source\n\n### Installation\n\n```bash\npip install -r requirements.txt\n```\n\n### Usage\n\n```bash\npython src/pstui/main.py\n```\n\n## Controls\n\n- Q: Quit\n- F: Find process\n- R: Refresh\n- K: Kill selected process\n- S: Toggle sort (CPU/Memory)\n- A: Toggle auto-refresh\n- \u2191/\u2193: Navigate\n\n## License\n\nLicensed under the [MIT License](LICENSE.md).\nSee [LICENSE.md](LICENSE.md) for more information.\n",
"bugtrack_url": null,
"license": null,
"summary": "A terminal UI for managing processes",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/tcsenpai/pstui",
"Repository": "https://github.com/tcsenpai/pstui.git"
},
"split_keywords": [
"process",
" tui",
" system",
" monitor"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "38106ae699150573f86dff475fb6620b5b44b01d78d9e70fc06a42b124c1b3ee",
"md5": "9e67c8f08b85e5aab46ccbb14c73eaa2",
"sha256": "525630fc6000ccb9ba416027e683e59cece657b6ea729b31601b7dcb740e0d1b"
},
"downloads": -1,
"filename": "pstui-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9e67c8f08b85e5aab46ccbb14c73eaa2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 5480,
"upload_time": "2024-12-21T15:37:11",
"upload_time_iso_8601": "2024-12-21T15:37:11.233545Z",
"url": "https://files.pythonhosted.org/packages/38/10/6ae699150573f86dff475fb6620b5b44b01d78d9e70fc06a42b124c1b3ee/pstui-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "867185ca7b789d37256cdc4b748c4e4cf1ef39dc7a755bc32e8efc944c6a771b",
"md5": "4d70e8a3f2581a475b27f28ab0e0cda1",
"sha256": "02b7fde77770aff8822390a751bb60b9a6a045064851c3f7a56231539a2fe9e1"
},
"downloads": -1,
"filename": "pstui-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4d70e8a3f2581a475b27f28ab0e0cda1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 5049,
"upload_time": "2024-12-21T15:37:13",
"upload_time_iso_8601": "2024-12-21T15:37:13.699395Z",
"url": "https://files.pythonhosted.org/packages/86/71/85ca7b789d37256cdc4b748c4e4cf1ef39dc7a755bc32e8efc944c6a771b/pstui-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-21 15:37:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tcsenpai",
"github_project": "pstui",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "textual",
"specs": []
},
{
"name": "psutil",
"specs": []
}
],
"lcname": "pstui"
}