Use Cases
How people use Jyn for personal task management.
1. Developer Managing Daily Tasks
You are deep in a coding session and remember three things you need to do later. Alt-tabbing to a browser-based todo app breaks your flow.
With Jyn, you capture tasks without leaving the terminal:
jyn add "Fix flaky test in CI" --priority high --tag work
jyn add "Reply to code review" --tag work
jyn add "Update project README" --tag docsAt the end of the day, jyn ls shows what is done and what carries over to tomorrow. No context switch, no lost thoughts.
2. Freelancer Across Multiple Projects
You juggle three clients and need to track tasks that do not belong in any client's Joy backlog - follow-up emails, invoice reminders, meeting prep.
Jyn handles the personal overflow. Tag tasks by client to filter when needed:
jyn add "Send weekly status to Acme" --tag acme
jyn add "Prepare demo for Beta Corp" --tag beta --priority high
jyn add "Submit invoice for March" --tag admin
jyn ls --tag acmeClient work lives in Joy. Personal tasks live in Jyn. Clean separation, one terminal.
3. Student Organizing Coursework
Assignments, reading lists, exam prep, group project tasks. A student needs a simple system that does not require learning a complex tool.
jyn add "Read chapters 5-7 for Tuesday" --tag cs101 --priority high
jyn add "Start lab report" --tag physics --effort 4
jyn add "Group meeting Wednesday 3pm" --tag cs101
jyn ls --tag cs101No account to create, no app to install (beyond the binary), no data leaving your machine.
4. Team Member Receiving Dispatched Tasks
Your team uses Joy for product management. Sometimes a Joy item generates personal action items - things only you need to do that do not warrant a full backlog item.
When dispatch integration is available, Joy will be able to push tasks to your personal Jyn instance:
- A reviewer assigns you feedback to address -> lands in Jyn
- A milestone deadline triggers a reminder -> lands in Jyn
- An AI agent identifies a follow-up for you -> lands in Jyn
Your Jyn becomes the inbox for actionable work that flows from the team's backlog.
5. Mobile User with CalDAV
You add tasks at your desk throughout the day. On the commute home, you want to check your list on your phone without SSH-ing into a server.
With CalDAV sync (planned), Jyn tasks appear in Apple Reminders, Google Tasks, or any CalDAV client. Check items off on your phone, and the changes sync back. The terminal remains the primary interface for creation; the phone handles on-the-go access.