Skip to content

Add command history: show recent subcommands when run with no args#9

Closed
matagus wants to merge 1 commit intomainfrom
no-command
Closed

Add command history: show recent subcommands when run with no args#9
matagus wants to merge 1 commit intomainfrom
no-command

Conversation

@matagus
Copy link
Copy Markdown
Owner

@matagus matagus commented Mar 31, 2026

  • New history.py module stores last 50 subcommand invocations in ~/.quickup/history.json
  • Running quickup with no arguments shows an interactive inquirer prompt to pick and re-run a recent command
  • Only named subcommands (sprint, task, update, etc.) are recorded — not default list-tasks or help flags

 - New history.py module stores last 50 subcommand invocations in ~/.quickup/history.json
 - Running quickup with no arguments shows an interactive inquirer prompt to pick and re-run a recent command
 - Only named subcommands (sprint, task, update, etc.) are recorded — not default list-tasks or help flags
@matagus matagus closed this Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant