Skip to content

Commit 95e5471

Browse files
tomy0000000claude
andauthored
📖 [docs][cli-useful] README (#99)
https://claude.ai/code/session_01DyU7E1jy6L8sXmxywReWQ5 Co-authored-by: Claude <noreply@anthropic.com>
1 parent 29117fd commit 95e5471

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

pkg/cli-useful/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# `cli-useful`
2+
3+
A curated set of general-purpose command-line utilities for macOS.
4+
5+
## Installs
6+
7+
| CLI | macOS | Debian |
8+
| ----------- | ------ | ------ |
9+
| `chroma` | `brew` ||
10+
| `thefuck` | `brew` ||
11+
| `trash-cli` | `brew` ||
12+
| `watch` | `brew` ||
13+
| `fileicon` | `brew` ||
14+
15+
## Configures
16+
17+
_Nothing — installs only._
18+
19+
## Notes
20+
21+
- macOS-only package; no Debian equivalent is configured.
22+
- `thefuck` requires shell integration (e.g. `eval $(thefuck --alias)`) to be added to your shell rc separately.
23+
- `trash-cli` provides a `trash` command as a safer alternative to `rm`; files go to the macOS Trash rather than being permanently deleted.
24+
- `fileicon` is macOS-specific and relies on macOS file metadata APIs.
25+
26+
## References
27+
28+
- [chroma - GitHub](https://github.com/alecthomas/chroma): Fast general-purpose syntax highlighter in Go, useful for piping code through a colorizer.
29+
- [thefuck - GitHub](https://github.com/nvbn/thefuck): Corrects the previous console command when you mistype it.
30+
- [trash-cli - GitHub](https://github.com/ali-rantakari/trash): Moves files to Trash from the CLI instead of deleting them irreversibly.
31+
- [watch - man page](https://linux.die.net/man/1/watch): Runs a command repeatedly and displays its output; macOS ships without it by default.
32+
- [fileicon - GitHub](https://github.com/mklement0/fileicon): Sets and retrieves custom icons for macOS files and folders from the command line.

0 commit comments

Comments
 (0)