Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T22:55:50.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T19:56:04.126Z (2 months ago)
- Topics: hide-files, hide-folder, macos, macosx, utility, utility-application
- Language: Python
- Homepage:
- Size: 1.88 MB
- Stars: 3
- Watchers: 3
- 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
* rumpsRun 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..