🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tabstax-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabstax-cli

Hey CLI - Manage your Next Actions from the terminal. The CLI companion for TabStax browser extension.

Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
1
-94.74%
Maintainers
1
Weekly downloads
 
Created
Source

Hey CLI - TabStax Command Line Interface

A conversational CLI for managing your Next Actions directly from the terminal. Works with the TabStax browser extension.

Installation

npm install -g tabstax-cli

Quick Start

# Login to your TabStax account
hey login

# Set your default project
hey use "My Project"

# Add a next action
hey "Build the login page"

# Add a breadcrumb (completed action)
hey -x "Fixed the auth bug"

# List your actions
hey ls

# Mark action #1 as done
hey done 1

Commands

Actions

CommandDescription
hey "message"Add a next action
hey -x "message"Add a breadcrumb (past tense, already done)
hey done [n]Mark action #n as complete (default: #1)
hey rm <n>Remove action #n
hey edit <n> "text"Edit action #n content
hey mv <from> <to>Move action to different position

Listing

CommandDescription
hey lsList actions for current project
hey ls staxList all your stax with priorities
hey ls --allExpanded view with actions per stax
hey ls --doneShow breadcrumbs only

Projects & Priority

CommandDescription
hey use <project>Set default project (fuzzy matched)
hey pri <project> <level>Set priority: must, should, good, meh
hey whichShow current context

Authentication

CommandDescription
hey loginLog in to TabStax
hey logoutLog out
hey whoamiShow current user
hey statusShow CLI status

Features

  • 7-action limit per project to maintain focus (bypass with --force)
  • Fuzzy project matching - hey use tab matches "TabStax"
  • Priority icons - ★ must, ◆ should, ○ good, · meh
  • Breadcrumbs - Track what you've done, not just what's next
  • Syncs with extension - Changes appear in TabStax browser extension instantly

Examples

# Quick workflow
hey use "insurance"
hey "Call agent about claim"
hey "Upload documents"
hey -x "Submitted form 1099"
hey done 1
hey ls

# See all projects
hey ls stax

# Set project as high priority
hey pri "insurance" must

# Force add when at limit
hey "One more thing" --force

Requirements

  • Node.js 18+
  • TabStax account (free or paid)

License

MIT

Keywords

tabstax

FAQs

Package last updated on 03 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts