gitextract_2grpx0la/ ├── .github/ │ └── workflows/ │ └── rust.yml ├── .gitignore ├── 61.patch ├── Cargo.toml ├── LICENSE.md ├── README.md ├── examples/ │ ├── basic.rs │ ├── key_bindings.rs │ └── scroll.rs ├── shell.nix └── src/ └── lib.rs