Skip to content

Commit

Permalink
Convert into a python package.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Nov 28, 2014
1 parent cd0fc2e commit 3d27375
Show file tree
Hide file tree
Showing 28 changed files with 396 additions and 315 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Be careful about editing this file. It contains \r\r after "Icon".
*.pyc
/build
/dist
/folderify.egg-info
Icon
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

git clone git://github.com/lgarron/folderify.git
cd folderify
for file in examples/src/*.png; do ./folderify $file; done
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.
Expand All @@ -22,7 +22,7 @@ Or try this:

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

The repository folder should now have an icon.

Expand Down
313 changes: 0 additions & 313 deletions folderify

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Empty file added folderify/__init__.py
Empty file.
Loading

0 comments on commit 3d27375

Please sign in to comment.