| name | lsd |
| description | ["It operates within your IDE","using a toolkit of commands to write and refactor code autonomously across your entire project."] |
| (https://app.getpochi.com) WHEN | run `lsd` commands, make http requests, s |
| source_repo | https://github.com/lsd-rs/lsd |
| generated_at | 2026-03-15T23:23:26.691Z |
lsd
It operates within your IDE, using a toolkit of commands to write and refactor code autonomously across your entire project.
When to Use
- Run
lsd commands
- Make HTTP requests
- Style terminal output
- Build command-line interfaces
When NOT to Use
- GUI or web-based workflows where CLI is not available
- Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
cargo install lsd
CLI Commands
Project Info
- Language: Rust
- License: Apache-2.0
- Tests: Yes
File Structure
├── ci/
│ ├── before_deploy.bash
│ ├── before_install.bash
│ └── script.bash
├── doc/
│ ├── img/
│ ├── samples/
│ ├── colors.md
│ └── lsd.md
├── src/
│ ├── flags/
│ ├── meta/
│ ├── theme/
│ ├── app.rs
│ ├── color.rs
│ ├── config_file.rs
│ ├── core.rs
│ ├── display.rs
│ ├── flags.rs
│ ├── git_theme.rs
Generated by repo2skill