Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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..