kxxt / tracexec

Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Option to display relative path instead of full path

kxxt opened this issue · comments

Displaying full path takes significant large spaces in the TUI. Sometimes relative paths are easier to reason about and more concise.

But this would generate incorrect information if chroots are involved. So putting a warning somewhere is desired.