subscriptions-cli
A CLI tool to manage your subscription services from the terminal.
Features
- List all subscriptions in a formatted table
- Add a subscription interactively (name, price, currency, cycle, tags)
- Delete a subscription by ID
Usage
bunx sb list
bunx sb add
bunx sb delete <id>
[!TIP]
The binary name is sb. Run via bunx sb <command> after bun install.
Data
Subscriptions are stored in ~/.config/subscription-cli/subscription.json.
Development
bun install
bun run src/index.ts
Install
bun install
Then link globally if you want:
bun link
Now you can use sb directly from anywhere.