Generate pixel-perfect macOS folder icons in the native style
Generate pixel-perfect macOS folder icons in the native style. Works for OS X 10.5 (Leopard) through macOS 13 (Ventura). Automatically includes all icon sizes from 16x16 through 512x512@2x. Light or dark mode (automatically selected by default). There is currently no simple way to set an icon that will automatically switch between light and dark when you switch the entire OS. You can only assign one version of an icon to a folder.
PastebinGTK is a Linux desktop client for the pastebin.com text sharing service (http://pastebin.com/). It is written in Python and uses GTK+ 3 for the GUI.
----
PastebinGTK requires the Python interpreter to run. Development is done using 2.7.x, but it should work with 3.x as well. GTK+ 3 is also required.
To run PastebinGTK, open a terminal in the directory containing the files and type "python pastebingtk.py".
----
PastebinGTK is released under the MIT open source license (http://opensource.org/licenses/mit-license.php). See the LICENSE file for more information.
----
PastebinGTK uses the PastebinPython API wrapper by six519 (Ferdinand E. ...