aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-pty-proxy/src/pty_proxy.rs (unfollow)
Commit message (Collapse)Author
6 dayschore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
6 dayschore: Turn all `allow`s into into `expect`sBenedikt Peetz
8 daysfeat: Capture command output + expose to new `atuin_output` tool (#3510)Michelle Tilley