gitextract_ylvdtk3u/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── Cargo.toml ├── LICENSE ├── README.md ├── ci/ │ ├── before_deploy.ps1 │ ├── before_deploy.sh │ ├── install.sh │ └── script.sh ├── rust-toolchain.toml ├── scripts/ │ └── bootstrap.sh ├── src/ │ ├── app.rs │ ├── dotfiles.rs │ ├── entry.rs │ ├── lib.rs │ ├── main.rs │ ├── util.rs │ └── windows.rs ├── templates/ │ └── mappings-example.toml └── tests/ └── dotfiles/ └── .mappings