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

subsc-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subsc-cli

A CLI tool to manage your subscription services from the terminal.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

# List all subscriptions
bunx subsc-cli list

# Add a new subscription (interactive prompts)
bunx subsc-cli add

# Delete a subscription by ID
bunx subsc-cli delete <id>

# List tags subscriptions
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

# Install dependencies
bun install

# Run directly
bun run src/index.ts

Install

bun install

Then link globally if you want:

bun link

Now you can use sb directly from anywhere.

FAQs

Package last updated on 13 Jun 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