Files
howtos/docs/CHEATSHEET.md
user fa82dd816d
Some checks failed
ci / link-check (push) Successful in 16s
ci / lint (push) Failing after 19s
fix: resolve markdownlint errors
Disable MD060 (table column alignment) and MD032 (list blank lines).
Add language tags to bare fenced code blocks (MD040).
2026-02-22 08:04:08 +01:00

721 B

Cheatsheet

Quick Reference

Action Command
List topics ls topics/
Read topic bat topics/<name>.md
Add topic cp docs/TEMPLATE.md topics/<n>.md
Search across all grep -ri <term> topics/

File Format

Each topic file follows docs/TEMPLATE.md:

# <Topic>
## Overview        — one-liner description
## Common Commands — daily-driver commands
## Examples        — real-world patterns
## Gotchas         — pitfalls and edge cases
## See Also        — related topics, links