Docs.rs
ctx-tui-2.0.4
ctx-tui 2.0.4
Docs.rs crate page
MIT
07 September 2026
Links
Repository
crates.io
Source
Owners
Michael-JB
Dependencies
clap ^4.6.6
normal
libc ^0.2.189
normal
rand ^0.10.2
normal
ratatui ^0.30.2
normal
serde_json ^1.0.151
normal
sha2 ^0.11.0
normal
shlex ^2.0.1
normal
signal-hook ^0.4.4
normal
tempfile ^3.27.0
normal
thiserror ^2.0.20
normal
toml ^1.1.4
normal
tui-input ^0.15.4
normal
unicode-width ^0.2.2
normal
wait-timeout ^0.2.1
normal
Versions
31.38%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module git
ctx_tui
2.0.4
Module git
Module Items
Structs
Functions
In crate ctx_
tui
ctx_tui
Module
git
Copy item path
Source
Structs
§
GitError
A failed git call whose message is git’s own error when it was captured.
Functions
§
git
Run git, letting stderr (progress, errors) stream to the terminal.
git_
quiet
Like
git
, but quiet: stderr is captured into the error rather than streamed, for callers that are UIs which must not be written over.
install_
interrupt_
handler
Route SIGINT through the interrupted flag: in-flight git calls kill their transfers and fail, so cleanup paths run instead of the process dying mid-write with the transfer orphaned.
kill_
inflight
Kill every in-flight git call’s process group (quit with a transfer running).