kxxt / tracexec

Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
GNU General Public License v2.0
265 stars 3 forks source link

[Feature] Show exec events as a tree in TUI #9

Open kxxt opened 5 months ago

kxxt commented 5 months ago

Add a shortcut key T for TUI to toggle list/tree.

kxxt commented 4 months ago

The process environment is diffed against a baseline environment now. It might make sense to add a recursive environment diff feature if tree mode is implemented.