| name | c-display |
| description | Control display brightness and safely move files to trash instead of permanently deleting with rm. |
| tags | ["display","brightness","trash","safety"] |
Display & Safety
brightness
brightness -l
brightness 0.8
brightness 0.0
brightness 1.0
trash (macos-trash)
Safe alternative to rm — moves files to macOS Trash:
trash file.txt
trash file1.txt file2.txt dir/
trash --interactive file.txt
Guidelines
- Use
trash instead of rm when the user might want to recover files
- Use
rm only for temporary/generated files where recovery isn't needed
- Brightness value is 0.0 (off) to 1.0 (max)
brightness -l lists all displays when multiple monitors connected