CLI — Available Now
Hey!
You’re mid-flow — coding, debugging, talking to Claude — and a thought surfaces. Hey! captures it in one command. No app to open. No context switch. Done.
Installation
npm install -g tabstax-cliThen log in with your TabStax account:
hey loginDon’t have an account? Create one free at TabStax — your actions sync instantly between the CLI, the extension, and the dashboard.
Quick Start
# Set your default project
hey use "My Project"
# Add a next action
hey "Build the login page"
# Add a breadcrumb (something you did)
hey -x "Fixed the auth bug"
# See your actions
hey ls
# Complete an action
hey done 1You’re always somewhere.
Hey! doesn’t dump thoughts into a generic inbox. You’re always in a project. Capture where your head already is — and the thought lands in the right place.
Your AI Gets Your Context
When your AI assistant can run Hey! commands, it sees what you see:
You: "What should I focus on today?"
Claude: *runs hey ls stax*
You have two Must-priority projects:
- API Migration (3 pending actions)
- Client Demo (needs prep before Thursday)
Want me to show the actions for API Migration?Command Reference
Capture
| hey "message" | Add a next action |
| hey -x "message" | Add a breadcrumb (past) |
| hey -p "project" "msg" | Add to a specific project |
View
| hey ls | Show actions for current project |
| hey ls stax | List all your stax with priorities |
| hey ls --all | Expanded view with actions per stax |
| hey which | Show current context |
Manage
| hey done | Complete action #1 |
| hey done 3 | Complete action #3 |
| hey rm 2 | Remove action #2 |
| hey mv 3 1 | Move action #3 to position #1 |
| hey use "project" | Switch project context |
npm package
npmjs.com/package/tabstax-cli