CLI-first
Full CLI for scripting and automation, plus an interactive menu for exploring your subscriptions.
Local-first subscription manager for the CLI

# 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