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-cli

Then log in with your TabStax account:

hey login

Don’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 1

You’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 lsShow actions for current project
hey ls staxList all your stax with priorities
hey ls --allExpanded view with actions per stax
hey whichShow current context

Manage

hey doneComplete action #1
hey done 3Complete action #3
hey rm 2Remove action #2
hey mv 3 1Move action #3 to position #1
hey use "project"Switch project context