Search your work journal to find when you last worked on features, files, or tickets
The recall command lets you search through your work journal to answer questions like “When did I last work on the auth feature?” or “What commits touched this file?”
Search across commits, PRs, branches, notes, and more:
Copy
# Search for any mention of "authentication"devdaily recall authentication# Search for a phrasedevdaily recall "login page redesign"# Search for a ticket IDdevdaily recall PROJ-123
Searches in:
Commit messages
Branch names
PR titles
Ticket IDs and titles
File paths
Notes
Tags
Find when you last worked on a specific file:
Copy
# Full pathdevdaily recall --file src/components/Auth.tsx# Partial pathdevdaily recall --file Auth.tsx# Wildcards work in pathsdevdaily recall --file "src/auth*"
╭─────────────────────────────────────────────────╮│ 🔍 AI Summary: "authentication" │├─────────────────────────────────────────────────┤│ ││ **Summary** ││ Authentication work spans 3 weeks across API ││ and dashboard projects. Started with OAuth2 ││ integration (PROJ-123), then added SSO support, ││ and recently fixed redirect bugs. ││ ││ **Timeline** ││ - Jan 10: SSO implementation began (dashboard) ││ - Jan 12-15: OAuth2 provider setup (API) ││ - Jan 15: Fixed auth redirect bug ││ - Jan 16-18: Token refresh and middleware ││ ││ **Key details** ││ - Branch: feature/oauth2-integration ││ - PR #45: OAuth2 support (in review) ││ - Files: src/auth.ts, src/api/oauth.ts ││ - Tickets: PROJ-123, PROJ-128 ││ ││ **Current state** ││ OAuth2 work is in review. SSO implementation ││ complete and merged. Auth system is now more ││ robust with better error handling. │╰─────────────────────────────────────────────────╯
The AI summary:
Synthesizes all matching snapshots
Creates a chronological narrative
Highlights key branches, PRs, and files
Determines current state (done/in-progress/abandoned)
AI summaries are automatically copied to clipboard (disable with --no-copy).
# What features were added this month?devdaily recall "feature" --from 2024-01-01 --to 2024-01-31 --ai# All bugfixes in a projectdevdaily recall --tag bugfix --project my-api
# Prepare for code review discussiondevdaily recall "refactor database" --ai# What work was done on the API?devdaily recall --project api --days 30 --ai
Running devdaily recall without arguments shows help and journal stats:
Copy
🔍 Recall — Search Your Work History Search across all your journal snapshots to find when you last worked on something, touched a file, or used a branch. Usage: devdaily recall <query> Search by keyword devdaily recall "auth feature" Search for a phrase devdaily recall PROJ-123 Search for a ticket devdaily recall --file src/auth.ts Search for a file devdaily recall --tag bugfix Search by tag devdaily recall login --ai Get AI summary Your journal: 156 snapshots across 3 project(s), 42 day(s) Range: 2023-10-15 → 2024-01-18