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
- Host: GitHub
- URL: https://github.com/mburakerman/toggle-hidden-files
- Owner: mburakerman
- License: mit
- Created: 2024-01-14T19:03:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-15T14:03:23.000Z (over 1 year ago)
- Last Synced: 2024-06-21T20:08:09.380Z (10 months ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```