tmd (TUI)
Launches the TUI interactive interface — a lazygit-style two-panel layout for browsing objects.
tmdtmd --vault /path/to/vaultKeyboard Shortcuts
Section titled “Keyboard Shortcuts”| Key | Action |
|---|---|
↑ / k | Move up (navigate list / scroll detail) |
↓ / j | Move down (navigate list / scroll detail) |
Enter / Space | Select object / Toggle group |
Tab | Switch focus between panels |
/ | Enter search mode |
Esc | Exit search / Clear results |
q / Ctrl+C | Quit |
Auto-refresh
Section titled “Auto-refresh”The TUI watches the objects/ directory via fsnotify. When files are created, modified, or deleted, it automatically syncs the database and refreshes the view (200ms debounce), preserving the current selection when possible.