An open API service indexing awesome lists of open source software.

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.

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!
```