tracexec icon indicating copy to clipboard operation
tracexec copied to clipboard

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

Results 39 tracexec issues
Sort by recently updated
recently updated
newest added

Currently TUI is already theme-able at compile time. It would be nice to theme it at runtime by loading configuration files(TOML should be fine). And I want to make several...

enhancement
priority-low
tui
difficulty-medium

For now there's lots of clones involved in the code. We could use something like https://github.com/thomcc/arcstr to optimize the memory footprint. The tui can already handle 100000 events with a...

enhancement
priority-normal
tracer
difficulty-difficult
perf

Sometimes the built-in terminal is not enough, and people might want to run `tracexec tui -- konsole`. But konsole and the new shell session brings many changes into the environment,...

enhancement
priority-low
tui
tracer
difficulty-difficult

## Use case: I have an app my-app and another app B. There's a bug that occurs only when B executes my-app. I want to directly debug my-app when executing...

enhancement
priority-high
tui
tracer
difficulty-hard

It's nice to have shell auto-completion

enhancement

Allow users to load settings from `~/.config/tracexec/config.toml`.

enhancement
priority-normal
difficulty-easy

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

enhancement
help wanted
tui
tracer
difficulty-hard

For the following use case: Something works on machine A but doesn't work on machine B. A user might want to capture the baseline environment fro machine A and run...

enhancement
priority-normal
difficulty-easy

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...

enhancement
priority-low
tui
log