stephen-bunn / GlyphManager

Alfred App workflow glyph manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#GlyphManager(v1.2a)

###Alfred App workflow glyph utility

This utility exchanges dark and light icons according to the current theme in use.

######Usage usage: GlyphManager: [-h] [-dark DARK] [-light LIGHT]

(C) 2014 Ritashugisha. GlyphManager
Alfred App workflow glyph utility.
Exchanges dark and light icons according to the current theme in use.

Arguments:
    -light		[light icon suffix]
    -dark		[dark icon suffix]
    --suppress	[suppress warnings]

Other Arguments:
    --get-prefpath
    --get-themes
    --get-currenttheme
    --get-themename
    --get-alfredprefs
    --get-appearanceprefs
    --get-themecolor

Example: ./GlyphManager -light -light -dark -dark

IMPORTANT: The dark and light suffixes used for your icons will be constant (https://github.com/Ritashugisha/GlyphManager/blob/master/README.md)

When GlyphManager is run it will first determine if the current theme in Alfred is dark or light. If the theme is dark, GlyphManager will look for icons within the current directory and any subdirectories with the -light tag. If GlyphManager decides to exchange your icons, it will take all icons with no tag and change them to have the -dark tag. It will finally take all icons with the -light tag and set them as the icons with no tag. This allows easy exchange to and from dark and light icons within workflows.

######PACKAGE DETAILS

Author Contact Package Version
Ritashugisha ritashugisha@gmail.com co.nf.ritashugisha.GlyphManager v1.2a

######License

OmniTube is currently licensed under the GNU GPLv3 Free Software License.

GNU GPLv3

######CREDITS

Clinton Strong (provided the base class)

-- © 2014 Ritashugisha.

Facebook Twitter Github MailTo AlfredApp Profile Packal Profile Personal Website

About

Alfred App workflow glyph manager

License:GNU General Public License v3.0


Languages

Language:Objective-C 98.1%Language:D 1.9%