Feature Request: CLI tool for terminal-based access to Dayflow data #249
Closed
ardaaltinors
started this conversation in
Ideas
Replies: 2 comments
|
Working on this! Will be coming soon! |
0 replies
|
The Dayflow CLI and MCP support are finally out now — sorry for the delay, and thanks for the detailed request and your patience! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey! First off, love using Dayflow. The timeline + AI analysis combo is genuinely one of those "how did I live without this" tools.
That said, I keep running into moments where I wish I could pull data out of Dayflow without reaching for my mouse. I spend most of my day in the terminal, and having a
dayflowCLI would be a game-changer for my workflow. Here's what I'm imagining:What Would This Unlock?
1. Pipe your day into Obsidian (or any note system)
This alone would save me a daily copy-paste ritual. Timeline cards, focus stats, category breakdown flowing straight into your daily note, automatically.
2. Morning intentions from the terminal
Set your intentions right where you're already working. No context switch needed.
3. Standup ready to paste
dayflow standup | pbcopyMonday morning standup? Just run the command and paste into Slack.
4. Quick stats without opening the app
A glanceable productivity check, right in your terminal.
5. Focus & distraction insights
6. Automation-friendly output
Since the CLI would support
--format json, you could build all sorts of things:7. Search your history
dayflow search "database migration" --last 30d dayflow apps --top 10 --last 7d8. Chat from the terminal
The dashboard chat feature is already great, surfacing it as a CLI command feels natural:
dayflow chat "What did I spend most time on this week?"Why This Matters
Dayflow already captures an incredibly rich picture of how someone spends their day. A CLI would make that data composable, letting power users plug it into their existing workflows (Obsidian, cron jobs, shell scripts, Raycast, Alfred, etc.) instead of it living only inside the app window.
It would also make Dayflow more visible to the developer community. A CLI is the kind of thing people share in dotfiles, tweet about, and recommend in "tools I use" posts.
Would love to hear your thoughts on this. Happy to help prototype if you're open to it
All reactions