mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #34] [MERGED] feat(gui): support process tagging #131
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/XuehaiPan/nvitop/pull/34
Author: @XuehaiPan
Created: 9/4/2022
Status: ✅ Merged
Merged: 9/6/2022
Merged by: @XuehaiPan
Base:
main← Head:tagging📝 Commits (10+)
d8a47acfeat(gui): support process tagging in main screen5d25bearefactor(gui): rename variables87027f1feat(gui): support process tagging in tree-view screend846500feat(gui): add global attribute53fe991chore(gui/help): update help screen055dc9achore(gui): dim not owned processes187d650chore(gui): update preserved colorsc1be779chore(gui): update selection reseting387f8d1docs: update screenshot for help screenf106a29style: resolve pylint warnings📊 Changes
18 files changed (+254 additions, -133 deletions)
View changed files
📝
.github/workflows/build.yaml(+7 -1)📝
README.md(+2 -1)📝
nvitop/core/device.py(+16 -7)📝
nvitop/core/libnvml.py(+2 -2)📝
nvitop/gui/library/history.py(+1 -1)📝
nvitop/gui/library/libcurses.py(+20 -5)📝
nvitop/gui/screens/environ.py(+1 -1)📝
nvitop/gui/screens/help.py(+7 -7)📝
nvitop/gui/screens/main/__init__.py(+20 -15)📝
nvitop/gui/screens/main/device.py(+9 -4)📝
nvitop/gui/screens/main/host.py(+2 -2)📝
nvitop/gui/screens/main/process.py(+44 -22)📝
nvitop/gui/screens/main/utils.py(+45 -28)📝
nvitop/gui/screens/treeview.py(+57 -27)📝
nvitop/gui/top.py(+8 -6)📝
nvitop/version.py(+11 -2)📝
pyproject.toml(+1 -1)📝
requirements.txt(+1 -1)📄 Description
Issue Type
Runtime Environment
3.9.13470.129.06nvitopversion or commit:v0.7.1python-ml-pyversion:11.450.51en_US.UTF-8Description
Add process tagging support to the main and tree-view screens. Now the user can select multiple processes and kill them in a single
Kkeystroke.Motivation and Context
Select multiple processes and kill them in a single
Kkeystroke, rather than kill processes one by one.Testing
N/A
Images / Videos
Process tagging on the main screen:
Process tagging on the tree-view screen:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.