mixn/carbon-now-cli

🎨 Beautiful images of your code β€” from right inside your terminal.

View on GitHub β†—Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 11th, 2026
Created on July 2nd, 2018
Open Issues & Pull Requests: 8 (+0)
GitHub issues: Enabled
Number of forks: 126
Total Stargazers: 6,032 (+0)
Total Subscribers: 42 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,287 days
Stale 30+ days: 3
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature-request (6)
  • v2.1 (6)
  • prerelease (5)
  • bug (4)
  • carbon.now.sh (2)
  • feedback-needed (1)
  • help-wanted (1)
  • out-of-scope (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

carbon-now-cli is a command-line tool that generates beautiful images of code directly from your terminal using the Carbon service.

The tool solves the problem of creating visually polished code snippets for presentations, documentation, or social sharing without leaving the terminal. It works by accepting code input from files, standard input, or clipboard content, then communicates with Carbon to render the code as a high-quality image. The tool downloads the actual rendered image rather than taking a screenshot, and automatically detects the programming language from file extensions.

The tool suits developers who frequently need to share code visually and want to avoid switching between applications. It works well for batch processing multiple files through concurrency support, and for users who want fine-grained control through its interactive mode. The interactive mode allows customization of themes, fonts, colors, and other visual settings before generation. Presets let you save favorite configurations and reuse them across multiple invocations, with the tool intelligently remembering your last-used settings even without explicit presets.

Development activity shows consistent maintenance with active issue tracking and feature expansion. The project maintains comprehensive test coverage and continues to address user requests for additional functionality. The codebase is written in TypeScript and supports multiple installation methods including npm, yarn, pnpm, and Bun, indicating attention to developer convenience across different package manager preferences.