Skip to content

Commit f72b651

Browse files
committed
1 parent 7370a61 commit f72b651

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)