Sign in with GitHub, get your first space, and capture your first task. Four minutes, and nothing to configure.
commit.moi is a task manager with no database of its own. You sign in with GitHub, and everything you write is stored in a private repository you own. There is nothing to set up, nothing to migrate, and nothing to cancel later.
-
Sign in with GitHub
Section titled “Sign in with GitHub”Open commit.moi and choose Sign in with GitHub. We never see your password — GitHub does the signing in, and hands us a token you can revoke at any time.
-
Let your first space be created
Section titled “Let your first space be created”On your first visit we create one private repository,
commit-tasks, in your own account. That repository is your first space. You will see it on github.com immediately. -
Capture a task
Section titled “Capture a task”Type into the composer at the top of any list and press ↵. The task appears at once and is written to GitHub in the background as an issue.
-
Choose when it matters
Section titled “Choose when it matters”Give the task a due date, or leave it in Anytime. Nothing nags you, and nothing is overdue until you said it was due.
What just happened
Section titled “What just happened”| You did | GitHub got |
|---|---|
| Signed in | An OAuth grant you can revoke |
| Got a space | A private repository, commit-tasks |
| Added a task | An issue in that repository |
| Completed a task | A closed issue |