14 lines
832 B
Markdown
14 lines
832 B
Markdown
# CLAUDE.md
|
|
|
|
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
|
|
## What this is
|
|
|
|
A personal notes repo documenting Homebrew-installed CLI tools. No code, no build, no tests — just markdown. Each tool gets one file at the repo root (e.g. `witr.md`, `whatcable.md`). `README.md` is the index listing every tool.
|
|
|
|
## Conventions
|
|
|
|
- **Language**: docs are written in Traditional Chinese (繁體中文). Command names, flags, and code stay in English.
|
|
- **One file per tool**, named after the tool. Structure follows the existing files: title + one-line purpose + version, upstream/project link, install (`brew install ...`), then usage / options tables / examples.
|
|
- Options are documented as markdown tables (`| 旗標 | 說明 |`). Pro/licensed features get their own sub-table.
|