feature 添加进程树视图
Showing
cmd/hytop/tui/dialog.go
0 → 100644
cmd/hytop/tui/pstree.go
0 → 100644
| ... | @@ -6,6 +6,7 @@ require ( | ... | @@ -6,6 +6,7 @@ require ( |
| github.com/charmbracelet/bubbletea v1.3.10 | github.com/charmbracelet/bubbletea v1.3.10 | ||
| github.com/charmbracelet/lipgloss v1.1.0 | github.com/charmbracelet/lipgloss v1.1.0 | ||
| github.com/emirpasic/gods/v2 v2.0.0-alpha | github.com/emirpasic/gods/v2 v2.0.0-alpha | ||
| github.com/google/uuid v1.6.0 | |||
| github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e | github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e | ||
| github.com/moby/moby/api v1.52.0-beta.2 | github.com/moby/moby/api v1.52.0-beta.2 | ||
| github.com/moby/moby/client v0.1.0-beta.2 | github.com/moby/moby/client v0.1.0-beta.2 | ||
| ... | ... |
utils/tree.go
0 → 100644
Please register or sign in to comment