Skip to main content

A tool to generate pretty, beveled OSX folder icons.

Project description

folderify

mask.png + folder = folderified!

Install from PyPI using pip

brew install imagemagick # Make sure ImageMagick installed.
pip install folderify

Simple Usage

curl https://raw.githubusercontent.com/lgarron/folderify/master/examples/src/octocat.png -o octocat.png
mkdir new_dir
folderify octocat.png new_dir --reveal

Cache your folderified icons.

# Set the icon for the folder, and cache it.
curl https://raw.githubusercontent.com/lgarron/folderify/master/examples/src/octocat.png -o octocat.png
mkdir new_dir
folderify --cache octocat.png new_dir

# Remove the source image and the folder.
rm octocat.png && rm -rf new_dir

# Recreate the directory and add the icon from the cache.
mkdir new_dir
folderify --cache-restore new_dir

# View cache contents.
folderify --cache-list

You are now safe(r) from programs that steamroll over metadata!

Use without pip

git clone git://github.com/lgarron/folderify.git
cd folderify
python -m folderify examples/src/folder_outline.png . --reveal

The repository folder should now have a custom icon.

for file in examples/src/*.png; do python -m folderify $file; done
open examples/src/

You should see a bunch of new .iconset folders and .icns files that were automatically generated from the .png masks.

Usage

usage: folderify [-h] [--reveal] [--osx VERSION] [--cache] [--cache-dir DIR]
                 [--cache-list] [--cache-restore PATH] [--cache-restore-all]
                 [--cache-remove PATH] [--verbose]
                 [mask] [target]

Generate a native OSX folder icon from a mask file.

positional arguments:
  mask                  Mask image file. For best results:
                        - Use a .png mask.
                        - Use a solid black design over a transparent background.
                        - Make sure the corner pixels of the mask image are transparent. They are used for empty margins.
                        - Make sure the icon is at least around 1024x1024, in order to look good at maximum Retina resolution.
  target                Target file or folder. If a target is specified, the resulting icon will be applied to the target file/folder. Else, a .iconset folder and .icns file will be created in the same folder as mask (you can use "Get Info" in Finder to copy the icon from the .icns file).

optional arguments:
  -h, --help            show this help message and exit
  --reveal, -r          Reveal the target (or resulting .icns file) in Finder.
  --osx VERSION, -x VERSION
                        Version of the OSX folder icon, e.g. "10.9" or "10.10". Defaults to the version this computer is running (10.10).
  --cache, -c           Cache the mask icon in the cache dir.
  --cache-dir DIR       Use the specified cache directory (default: ~/.folderify/cache).
  --cache-list          List all paths with cached masks.
  --cache-restore PATH  Restore folderified icon to the file/folder at PATH, using the mask image in the cache for that path.
  --cache-restore-all   Restore all paths that have been cached.
  --cache-remove PATH   Remove the cached mask for the file/folder at PATH.
  --verbose, -v         Detailed output.

Dependencies

  • ImageMagick - for image processing (you should be able to run convert on the commandline).
  • Python 2 - to help assign the icon file to itself.
  • Apple Developer Tools (for iconutil)

Info

GenericFolderIcon.iconset is generated from the OSX default folder icon using:

iconutil --convert iconset --output GenericFolderIcon.iconset "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/GenericFolderIcon.icns"

Icons are set using osxiconutils, a GPL-licensed project by Sveinbjorn Thordarson (based on IconFamily).


apple.gif

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

folderify-1.2.1.tar.gz (3.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

folderify-1.2.1-py3-none-any.whl (3.1 MB view details)

Uploaded Python 3

File details

Details for the file folderify-1.2.1.tar.gz.

File metadata

  • Download URL: folderify-1.2.1.tar.gz
  • Upload date:
  • Size: 3.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for folderify-1.2.1.tar.gz
Algorithm Hash digest
SHA256 0660532ce5387947cc9e97059a1b3315305eb024ea61104156cb8a93dee9fc56
MD5 ba2d518eaba93035c862e01e35cc5c05
BLAKE2b-256 f083aa6e12aed88f0a2d59850bfcb934302e902c29e8e84e549716547e76f3a5

See more details on using hashes here.

File details

Details for the file folderify-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: folderify-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for folderify-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ee386f611a5cd556ce5db2ee1fb34015caf638917fd1155f466e89e48ef51442
MD5 7e3e6c6d046bf3294684025ddbcee63a
BLAKE2b-256 c906ce7762aa007b91341eb5dab15bb6be066be369c8b9e762f351862ee6d07c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page