Skip to content

Commit 690920c

Browse files
tomy0000000claude
andauthored
📖 [docs][cli-pipe] README (#90)
https://claude.ai/code/session_01XPFtugc9GcH2uqwwQm3t7z Co-authored-by: Claude <noreply@anthropic.com>
1 parent b0e398f commit 690920c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

pkg/cli-pipe/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# `cli-pipe`
2+
3+
Installs essential text-processing CLI tools used in shell pipelines.
4+
5+
## Installs
6+
7+
| CLI | macOS | Debian |
8+
| ----- | ----- | ------ |
9+
| `awk` || `apt` |
10+
| `sed` || `apt` |
11+
| `jq` || `apt` |
12+
13+
## Notes
14+
15+
- macOS ships with `awk` and `sed` built-in; this package is Debian-only.
16+
- Invoke via `make ubuntu-cli-pipe`.

0 commit comments

Comments
 (0)