mine tips
Discover what mine can do. Shows a single daily-rotating tip, or lists all tips with --all.
mine tips # Show today's tipmine tips --all # List all tipsDaily Tip
Section titled “Daily Tip”mine tips (no flags) prints one tip for the current day. The tip is deterministic — the same tip appears all day, then changes at midnight. Run it whenever you open a terminal to gradually discover mine’s full feature set.
tip: `mine proj add .` to register this directory as a project.
Run `mine tips --all` to see all tips.List All Tips
Section titled “List All Tips”mine tips --allPrints the full tip pool — 25+ actionable one-liners covering all major features: todos, projects, AI, stash, vault, env profiles, tmux, hooks, plugins, and more.
| Flag | Short | Description |
|---|---|---|
--all | -a | List all tips instead of showing today’s tip |
Examples
Section titled “Examples”# See today's tipmine tips
# Browse the full tip librarymine tips --all- The dashboard also shows a daily rotating tip when your todo list is empty.
- Tips are curated to be actionable — each one is a runnable command, not generic advice.