TUI code review app to help keep track of your vibe coded project's technical debt.
cargo runOn first start in a git repo, debth creates .debth/ for review state and asks whether it should add .debth/ to .gitignore.
Enter: open a file or expand/collapse a directory1/2/3: focus review overview, file explorer, or file viewerTab: cycle between panesSpace: expand/collapse the selected directoryUp/Downork/j: move selection or current review lineLeft/Right: collapse or expand directories in the explorera: accept the selected file in the explorer or current line in the viewerr: reject the selected file in the explorer or current line in the vieweri: ignore the selected file or directory in the exploreru: mark the current line unreviewedq: quit
Ignored paths are stored in .debth/ignore using a readable .gitignore-style format. Edit that file to remove or change ignored paths.