subsc-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 subsc-cli list
bunx subsc-cli add
bunx subsc-cli delete <id>
bunx subsc-cli tags <tags>
[!TIP]
The binary name is subsc-cli. Run via bunx subsc-cli <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.