https://github.com/dukecat0/hideicons
Display or hide the desktop icons from the command line on macOS.
https://github.com/dukecat0/hideicons
cli command-line command-line-tool mac macos
Last synced: 2 months ago
JSON representation
Display or hide the desktop icons from the command line on macOS.
- Host: GitHub
- URL: https://github.com/dukecat0/hideicons
- Owner: dukecat0
- Created: 2021-11-04T10:39:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T06:57:03.000Z (over 4 years ago)
- Last Synced: 2025-04-05T02:24:51.357Z (about 1 year ago)
- Topics: cli, command-line, command-line-tool, mac, macos
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hideicons
Display or hide the desktop icons from the command line on macOS.
## Installation
Using homebrew:
```
brew tap meowmeowmeowcat/taps
brew install meowmeowmeowcat/taps/hideicons
```
Install manually:
```
curl -L https://raw.githubusercontent.com/meowmeowmeowcat/hideicons/main/hideicons \
-o /usr/local/bin/hideicons && chmod +x /usr/local/bin/hideicons
```
## Example
If your desktop icons are not hidden:
```
$ hideicons
Desktop icons are hidden!
```
If your desktops icons are hidden:
```
$ hideicons
Desktop icons are shown!
```