Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)