Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reckoner

Repo triage UI for a messy local workspace.

reckoner terminal screenshot

It scans project folders, detects stack markers, git state, docs, license, env examples, dependency files, build output, and common risk signals, then ranks each repo by what probably needs attention.

usage

python -m reckoner ~/Projects ~/Documents/WORKSPACE
python -m reckoner --json ~/Projects/Software
python -m reckoner --limit 20 --dirty-first ~

signals

  • dirty git tree
  • missing README or license
  • missing .env.example when env vars are present
  • untracked build/release artifacts
  • package manager and stack detection
  • stale last commit
  • likely ship-ready repos

install

python -m pip install -e .
reckoner ~/Projects/Software

About

Terminal repo triage UI for finding shippable, stale, dirty, or broken projects.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages