No description
| .vibekiller | fix REUSE | |
| LICENSES | fix REUSE | |
| vendor | fix REUSE | |
| .envrc | init vcm | |
| .gitattributes | fix language stats | |
| .gitignore | init vcm | |
| AGENTS.md | init vk | |
| AGENTS.md.license | fix REUSE | |
| Cargo.lock | init vcm | |
| Cargo.toml | init vcm | |
| CLAUDE.md | init vk | |
| flake.lock | init vcm | |
| flake.nix | init vcm | |
| justfile | init vcm | |
| main.rs | implement config format and adding snippets to it | |
| README.md | init vcm | |
| REUSE.toml | init vcm | |
Vendored Code Manager
Why?
I had two problems:
- Pulling in a new dependency for every little thing is bad.
- I copy a lot of things into every project.
I want to solve this by vendoring little snippets. This is a tool for keeping them in sync.