Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukas2511/osx-tag-symlinks
Creates symlinks for OSX-Tags (to be usable in a shell)
https://github.com/lukas2511/osx-tag-symlinks
Last synced: about 2 months ago
JSON representation
Creates symlinks for OSX-Tags (to be usable in a shell)
- Host: GitHub
- URL: https://github.com/lukas2511/osx-tag-symlinks
- Owner: lukas2511
- Created: 2014-03-31T17:19:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-31T17:29:26.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T06:02:02.074Z (3 months ago)
- Language: Python
- Size: 199 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Throw all your projects in the `$TARGET/All` directory (by default: `/Users/lukas2511/Projects`, if you are not me you may want to change that.)
Now use OSX Finder or the [tag command line tool](https://github.com/jdberry/tag) to set tag names on the projects.
As soon as you execute `python2 build.py` it will create `$TARGET/$TAG` directories, and symlink all tagged projects in those folders.
If you create a folder `$TARGET/All/.icons`, and place .png files with the tag name in there the script will set this icon for the tag folder.
## Example Result
![Example Result](example.png)