ctx

ctx

CLI tool for local search of coding proxy history

Agent SkillDevOpen source
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

ctx is an open-source command-line tool that enables fast searching of past coding proxy sessions on your local machine. It builds a Tantivy search index, allowing current and future proxies to locate previous discussions, commands, or failed attempts, thus avoiding redundant work. The tool supports history from multiple coding proxies and requires no API key or cloud service.

Capabilities

  • Local search of coding proxy history
  • Build Tantivy search index
  • Support for multiple coding proxies
  • No API key or cloud service required

Use cases

Find previous coding decisionsRecover prior commands and test resultsAvoid repeating errors and failed attempts

Setup

Requires: Node 环境
macOS, Linux, and FreeBSD: `curl -fsSL https://ctx.rs/install | sh`; Windows PowerShell: `irm https://ctx.rs/install.ps1 | iex`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which coding proxies does ctx support?

Supports Claude Code, Codex, Cursor, and other coding proxies.

How do I install ctx?

Install using the provided curl or PowerShell command.

Related skills