Process items in the Inbox folder - preview, suggest destinations, and file with minimal frontmatter
Process items dropped in the Inbox folder, suggesting destinations and filing with user's approval.
Interactively process each item in Inbox/, showing content previews, suggesting destinations, and moving files with minimal frontmatter added.
ls -la {VAULT_PATH}/Inbox/ | grep -v README.md | grep -v ".DS_Store"
If empty, report "Inbox empty - nothing to file" and exit.
Show preview:
Suggest destination based on hints:
| Hint/Pattern |
|---|
| Suggested Destination |
|---|
#project or project name | Projects/{name}/ |
#meeting | Projects/{project}/meetings/ or Clients/{client}/meetings/ |
#idea | Personal/Ideas/ |
#client or client name | Clients/{name}/ |
#reference or #clip | Knowledge/Clippings/ |
#journal | Journal/ |
| PDF financial doc | Personal/Finances/ |
| No clear hint | Ask user |
Use AskUserQuestion:
If approved:
mv "{VAULT_PATH}/Inbox/{filename}" "{VAULT_PATH}/{destination}/"
If file is .md, optionally add minimal frontmatter:
---