tracexec 0.8.2

Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# General

- Load env file from cmdline

# TUI

- Confirm message (maybe put this under title or help?) for copy target, quit, etc.
- (Maybe) switch to manual rendering by using Notify and batch frequent rerenders.
  - Maybe use an atomic bool to indicate whether to rerender or not. Cancel a scheduled rerender if the bool is false.
- Make the terminal better

# Internal

- Find a way to synchronize the style between TUI and log mode.
- Reduce clones (Lots of clones are happening because of we can't have self-referencing struct. Low priority, the performance is good enough in practice)