mirror of
https://github.com/harivansh-afk/veet-code.git
synced 2026-04-16 23:02:04 +00:00
update readme
This commit is contained in:
parent
618a5c62c7
commit
76062021e9
1 changed files with 17 additions and 6 deletions
23
README.md
23
README.md
|
|
@ -1,6 +1,8 @@
|
||||||
# Veetcode
|
# Veetcode
|
||||||
|
|
||||||
Built for people vim users who enjoy claude code, ghostty panes and TUIs
|
Built for vim users who enjoy claude code, ghostty panes and TUIs
|
||||||
|
|
||||||
|
**Requires:** [uv](https://docs.astral.sh/uv/) and [Claude Code](https://claude.ai/code) (for problem generation)
|
||||||
|
|
||||||
- Browse problems by difficulty (easy/medium/hard)
|
- Browse problems by difficulty (easy/medium/hard)
|
||||||
- Auto-run tests on file write
|
- Auto-run tests on file write
|
||||||
|
|
@ -31,13 +33,22 @@ uv sync
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## Quick Start
|
||||||
|
|
||||||
|
```bash
|
||||||
|
veet # Launch TUI (first time: no problems yet)
|
||||||
|
# In Claude: /veet-generate easy arrays
|
||||||
|
veet open # Opens solution.py in vim/nvim
|
||||||
|
# Edit, save → tests auto-run in TUI
|
||||||
|
```
|
||||||
|
|
||||||
## Workflow
|
## Workflow
|
||||||
|
|
||||||
1. `./veet` — opens problem list
|
1. Generate a problem: `/veet-generate` (in Claude Code)
|
||||||
2. Select a problem, press Enter
|
2. `veet` — opens TUI with problem list
|
||||||
3. Edit `solution.py` in your editor
|
3. Select a problem, press Enter
|
||||||
4. Save — tests run automatically
|
4. `veet open` — edit solution in your editor (nvim/vim)
|
||||||
5. Repeat
|
5. Save — tests run automatically in TUI
|
||||||
|
|
||||||
## Keys
|
## Keys
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue