Your sneaky code companion CLI — browse and copy boilerplate code right into your working directory.
winget install Ammaar.Paimonscoop install https://raw.githubusercontent.com/AMMAAR-IC/paimon/main/paimon.jsonnpm install -g paimon-npmpaimon --code -lsControls:
- Arrow keys / h,j,k,l: Navigate the list
- ENTER / l: Open a folder or copy a file to the current directory
- Backspace / h / ←: Go back to the previous directory
- c: Copy the selected file/folder without entering (NPM version)
- q / ESC: Quit the application
Just drop files/folders into the codes/ directory and rebuild:
cargo build --release
The codes are embedded inside the .exe at compile time — no internet, no Python, nothing extra needed.
- Fork microsoft/winget-pkgs
- Add your manifests under
manifests/a/Ammaar/Paimon/0.2.0/ - Open a PR — Microsoft bot auto-validates it
- Once merged:
winget install Ammaar.Paimonworks for everyone
paimon/
├── src/
│ └── main.rs ← TUI navigator + copy logic
├── codes/ ← Embedded snippets directory
│ └── plan-a/ ← Android practicals/boilerplates
├── paimon-npm/ ← Node.js wrapper/implementation
└── Cargo.toml ← Rust project config