sandlot/src/commands
2026-03-01 21:04:03 -08:00
..
checkout.ts Refactor checkout and add --force flag 2026-02-26 19:26:24 -08:00
cleanup.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
close.ts Refactor teardown logic into shared helper 2026-02-26 19:26:24 -08:00
completions.ts Add --install flag to completions command that outputs an install script 2026-02-21 08:26:44 -08:00
diff.html sandlot web <branch> 2026-02-23 21:14:29 -08:00
diff.ts Use inherited stdio for git diff/show to support external diff tools and native paging 2026-02-22 07:31:30 -08:00
dir.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
edit.ts Add edit command to open session files in $EDITOR 2026-02-23 19:14:58 -08:00
helpers.ts Show current branch name in merge success message 2026-02-27 07:59:46 -08:00
list.ts space 2026-02-27 07:34:01 -08:00
log.ts Add color and pager support to log command 2026-02-24 19:07:39 -08:00
merge.ts add --force flag to merge and squash commands 2026-02-27 07:48:21 -08:00
new.ts Add random branch name generation with word lists 2026-02-26 19:43:48 -08:00
open.ts Add ensureSession to recreate missing worktrees 2026-02-26 19:26:24 -08:00
rebase.ts Rename spinner variables and add rebase-in-progress guard with improved error messages 2026-02-20 20:12:44 -08:00
review.ts Add optional prompt argument to review command 2026-03-01 21:04:03 -08:00
save.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
shell.ts Refactor cli.ts into per-command modules with shared utilities 2026-02-20 15:43:15 -08:00
show.ts Use inherited stdio for git diff/show to support external diff tools and native paging 2026-02-22 07:31:30 -08:00
squash.ts add --force flag to merge and squash commands 2026-02-27 07:48:21 -08:00
vm.ts Remove VM from cache and destroy with spinner 2026-02-25 12:29:47 -08:00
web.ts Add stat formatting with colorized diff indicators 2026-02-24 08:49:36 -08:00