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

https://github.com/mburakerman/toggle-hidden-files

Easily show & hide hidden files on Mac
https://github.com/mburakerman/toggle-hidden-files

Last synced: 27 days ago
JSON representation

Easily show & hide hidden files on Mac

Awesome Lists containing this project

README

        

# toggle-hidden-files

Easily show & hide hidden files on Mac


## ⬇️ Download

_⚠️ Make sure Go is installed on your system_

```shell
go install github.com/mburakerman/toggle-hidden-files@latest
```

## 🪄 Usage

- Open terminal & run below command to show hidden files

```shell
toggle-hidden-files
```

- To hide hidden files, use `--hide` flag

```shell
toggle-hidden-files --hide
```