Skip to content

v1.6.0

Choose a tag to compare

@ndycode ndycode released this 08 Jan 21:08
· 5 commits to main since this release

What's New

TUI Init Wizard

  • Auto-detects your stack from package.json / pubspec.yaml
  • Guided setup on first launch if no .redpenrc exists
  • Platform selection: Web or Mobile
  • Web: Frontend (Next.js, React, Vue) + Backend (Supabase, Firebase, Prisma)
  • Mobile: Framework (Flutter, React Native, Native)

New Keyboard Shortcuts

Key Action
r / Enter Run: copy + mark done + advance
c Copy only (no mark done)
s Skip prompt + advance
n Jump to next incomplete
/ Fuzzy search prompts
? Help overlay

Improvements

  • Combined run action eliminates need for multiple keypresses
  • Fuzzy search for quick prompt navigation
  • Skip functionality for prompts you want to defer
  • Help overlay shows all keyboard shortcuts
  • Skipped prompts shown with yellow indicator

Install/Update

npm install -g redpen@latest