File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments