https://github.com/ozlerhakan/gapa
a macOS utility to hide folders and files on the Desktop
https://github.com/ozlerhakan/gapa
hide-files hide-folder macos macosx utility utility-application
Last synced: 23 days ago
JSON representation
a macOS utility to hide folders and files on the Desktop
- Host: GitHub
- URL: https://github.com/ozlerhakan/gapa
- Owner: ozlerhakan
- License: mit
- Created: 2018-02-10T22:45:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T22:55:50.000Z (over 8 years ago)
- Last Synced: 2025-05-18T21:05:21.834Z (about 1 year ago)
- Topics: hide-files, hide-folder, macos, macosx, utility, utility-application
- Language: Python
- Homepage:
- Size: 1.88 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Gapa
README
= Gapa
Gapa, a macOS utility, enables you to hide files and folders located on your desktop.
.Before hiding the items:
image:images/readme-visible.png[]
.After hiding the items:
image:images/readme-hidden.png[]
== Creating a Standalone Gapa App
Do you want to use this tool? Ah cool!
Once you have the following prerequisites, you're good to go:
* python 3+
* py2app
* rumps
Run the command below:
----
$ cd gapa/
$ python setup.py py2app
----
You should see a folder, `dist` in the `gapa` folder. Copy and paste `gapa.app` to your `applications` folder.
Happy Gapaling..