Skip to content

subtrackManage your subscription services from the terminal.

Local-first subscription manager for the CLI

subtrack

Quick Start

bash
# List all subscriptions
subtrack list

# Add a subscription
subtrack add --name Netflix --price 1999 --currency USD --cycle monthly

# Show monthly payment total
subtrack payment

# Show upcoming bills
subtrack upcoming

# Run `subtrack` alone to open the interactive menu
subtrack

MIT