├── README.md ├── Snippets.alfredworkflow ├── snippets.gif └── source ├── icon.png ├── info.plist ├── snippets.py └── workflow ├── __init__.py └── workflow.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/README.md -------------------------------------------------------------------------------- /Snippets.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/Snippets.alfredworkflow -------------------------------------------------------------------------------- /snippets.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/snippets.gif -------------------------------------------------------------------------------- /source/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/source/icon.png -------------------------------------------------------------------------------- /source/info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/source/info.plist -------------------------------------------------------------------------------- /source/snippets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/source/snippets.py -------------------------------------------------------------------------------- /source/workflow/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/source/workflow/__init__.py -------------------------------------------------------------------------------- /source/workflow/workflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fractaledmind/alfred_snippets/HEAD/source/workflow/workflow.py --------------------------------------------------------------------------------