Docs.rs
ite-cli-0.1.1
ite-cli 0.1.1
Docs.rs crate page
MIT
29 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
jrpat
Dependencies
clap ^4.6.3
normal
crossterm ^0.29
normal
ignore ^0.4.31
normal
nucleo-matcher ^0.3
normal
ratatui ^0.30.2
normal
rustix ^1.1.4
normal
serde ^1.0.229
normal
serde_json ^1.0.149
normal
terminal-colorsaurus ^1.0.3
normal
toml ^1.1.3
normal
tui-input ^0.15.3
normal
tui-treelistview ^0.2.2
normal
unicode-width ^0.2.2
normal
portable-pty ^0.9.0
dev
tempfile ^3.27.0
dev
Versions
55.39%
of the crate is documented
Go to latest version
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 keys
ite_cli
0.1.1
Module keys
Module Items
Structs
In crate ite_
cli
ite_cli
Module
keys
Copy item path
Source
Expand description
Key representation and parsing of config key strings like
ctrl+e
.
Structs
ยง
Key
A normalized key: uppercase-char keys absorb the SHIFT modifier, so
shift+j
,
J
, and a crossterm event for shift-j all compare equal.