The Silver Searcher

by BytesAgain

A code-searching tool similar to ack, but faster. the silver searcher, c, ag, c, command-line-tool, pcre, search-in-text. Use when you need the silver searcher capabilities. Triggers on: the silver searcher.

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/code-searcher

文档

The Silver Searcher

A code-searching tool similar to ack, but faster. ## Commands

  • help - Help
  • run - Run
  • info - Info
  • status - Status

Features

  • Core functionality from ggreer/the_silver_searcher

Usage

Run any command: code-searcher <command> [args]

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

bash
# Show help
code-searcher help

# Run
code-searcher run
  • Run code-searcher help for commands

  • No API keys needed

  • Run code-searcher help for all commands

  • Run code-searcher help for all commands

When to Use

  • Quick code tasks from terminal
  • Automation pipelines

Output

Results go to stdout. Save with code-searcher run > output.txt.