Full Code of zenorocha/alfred-workflows for AI

master 04a718868eb2 cached
19 files
11.7 KB
4.3k tokens
1 requests
Download .txt
Repository: zenorocha/alfred-workflows
Branch: master
Commit: 04a718868eb2
Files: 19
Total size: 11.7 KB

Directory structure:
gitextract_c75xaizy/

├── README.md
├── caffeinate/
│   └── caffeinate.alfredworkflow
├── caniuse/
│   └── caniuse.alfredworkflow
├── colors/
│   └── colors.alfredworkflow
├── devdocs/
│   └── devdocs.alfredworkflow
├── domainr/
│   └── domainr.alfredworkflow
├── emoji/
│   └── emoji.alfredworkflow
├── encode-decode/
│   └── encode-decode.alfredworkflow
├── faker/
│   └── faker.alfredworkflow
├── github/
│   └── github.alfredworkflow
├── ip-address/
│   └── ip-address.alfredworkflow
├── kill-process/
│   └── kill-process.alfredworkflow
├── package-managers/
│   └── package-managers.alfredworkflow
├── source-tree/
│   └── source-tree.alfredworkflow
├── stack-overflow/
│   └── stack-overflow.alfredworkflow
├── sublime-text/
│   └── sublime-text.alfredworkflow
├── terminal-finder/
│   └── terminal-finder.alfredworkflow
├── time-zones/
│   └── time-zones.alfredworkflow
└── virtualbox/
    └── virtualbox.alfredworkflow

================================================
FILE CONTENTS
================================================

================================================
FILE: README.md
================================================
# Alfred Workflows

A collection of [Alfred 3 and 4](https://www.alfredapp.com/) workflows that will rock your world.

![Alfred Logo](https://cloud.githubusercontent.com/assets/398893/3528722/5b5b30c6-0792-11e4-956d-750ac3a00bd8.png)

## Install

Download and open file using [Alfred](https://www.alfredapp.com/).

P.S.: You need to [buy the Powerpack](https://buy.alfredapp.com/) to use these workflows.

## Workflows

:arrow_down: ** [Download them all](https://github.com/zenorocha/alfred-workflows/releases).**

### [Caffeinate](https://github.com/shawnrice/alfred-2-caffeinate-workflow) (v3.03.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/caffeinate/caffeinate.alfredworkflow)

Solves the problem of your computer constantly falling asleep by using OS X's native command line ~ *by [@shawnrice](https://github.com/shawnrice/).*

> Triggers: `caff`.

<img width="594" alt="caffeinate" src="https://cloud.githubusercontent.com/assets/398893/14361901/01febfd6-fcb2-11e5-8292-6adf499ac971.png">

### [Can I Use](https://github.com/willfarrell/alfred-caniuse-workflow) (v1.10.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/caniuse/caniuse.alfredworkflow)

Search for browser compatibility support of HTML5, CSS3 and more using [caniuse.com](http://caniuse.com) ~ *by [@willfarrell](https://github.com/willfarrell/).*

> Triggers: `caniuse`.

<img width="594" alt="caniuse" src="https://cloud.githubusercontent.com/assets/398893/14360298/8589c6fa-fcaa-11e5-83df-200f4c90f85f.png">

### [Colors](http://www.packal.org/workflow/colors) (v2.0.2) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/colors/colors.alfredworkflow)

Convert HEX/RGB/HSL colors ~ *by [@TylerEich](https://github.com/TylerEich/).*

> Triggers: `#`, `rgb`, `hsl`, `c`.

<img width="594" alt="colors" src="https://cloud.githubusercontent.com/assets/398893/14360267/6d0aa34c-fcaa-11e5-9c35-fef24188842d.png">

### [DevDocs](https://github.com/yannickglt/alfred-devdocs) (v1.2.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/devdocs/devdocs.alfredworkflow)

Search through [DevDocs](http://devdocs.io/) documentations by filtering the keyword for each language/library ~ *by [@yannickglt](https://github.com/yannickglt).*

> Triggers: `cdoc`, `angular`, `coffeescript`, `css`, `d3`, `dom`, `dom_events`, `git`, `html`, `http`, `javascript`, `jquery`, `jqueryui`, `lodash`, `php`, `sass`, `backbone`, `c`, `cpp`, `chai`, `cordova`, `ember`, `express`, `go`, `grunt`, `haskell`, `jquerymobile`, `knockout`, `laravel`, `less`, `maxcdn`, `moment`, `node`, `postgresql`, `python`, `redis`, `requirejs`, `ruby`, `rails`, `sinon`, `underscore`, `yii`.

<img width="594" alt="devdocs-1" src="https://cloud.githubusercontent.com/assets/398893/14360266/6d0aa28e-fcaa-11e5-8a3f-a7ff95d226ef.png">
<img width="594" alt="devdocs-2" src="https://cloud.githubusercontent.com/assets/398893/14360268/6d0b738a-fcaa-11e5-9182-3681a9c0c9cc.png">
<img width="594" alt="devdocs-3" src="https://cloud.githubusercontent.com/assets/398893/14360264/6d080bd2-fcaa-11e5-85cc-a2ca197c6dd6.png">


### [Domainr](https://github.com/dingyi/Alfred-Workflows/tree/master/Domainr) (v1.2.1) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/domainr/domainr.alfredworkflow)

Find domains quickly using [domai.nr](https://domainr.com/)'s API ~ *by [@dingyi](https://github.com/dingyi/).*

> Triggers: `domainr`.

<img width="594" alt="domainr" src="https://cloud.githubusercontent.com/assets/398893/14360269/6d0fe35c-fcaa-11e5-9970-3ad6f4b9c8f0.png">

### [Emoji](https://github.com/carlosgaldino/alfred-emoji-workflow) (v1.5.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/emoji/emoji.alfredworkflow)

Search for [Emojis](https://en.wikipedia.org/wiki/Emoji) used by Basecamp, GitHub, GitLab, Trello, and other services ~ *by [@carlosgaldino](https://github.com/carlosgaldino/).*

> Triggers: `emoji`, `emoji [alt key]`.

<img width="594" alt="emoji" src="https://cloud.githubusercontent.com/assets/398893/14360265/6d098d5e-fcaa-11e5-87e8-461b5527b671.png">

### [Encode/Decode](https://github.com/willfarrell/alfred-encode-decode-workflow) (v1.8.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/encode-decode/encode-decode.alfredworkflow)

Transform query strings through base64, html, url, and utf-8 encode/decode ~ *by [@willfarrell](https://github.com/willfarrell/).*

> Triggers: `encode`, `decode`.

<img width="594" alt="encode" src="https://cloud.githubusercontent.com/assets/398893/14360272/6d1c1230-fcaa-11e5-9514-64f2ea995bec.png">

### [Faker](http://www.alfredforum.com/topic/5959-an-alfred-workflow-to-generate-fake-data/) (v1.0.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/faker/faker.alfredworkflow)

Generate fake data such as name, email address, credit card number, etc ~ *by [@groenewege](https://github.com/groenewege).*

> Triggers: `faker`, `fakerlocale`.

<img width="594" alt="faker" src="https://cloud.githubusercontent.com/assets/398893/14360271/6d1ba944-fcaa-11e5-85dc-54045946f02e.png">

### [GitHub](https://github.com/gharlan/alfred-github-workflow) (v1.6.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/github/github.alfredworkflow)

Easily open [GitHub](https://github.com/) repositories and more in the browser ~ *by [@gharlan](https://github.com/gharlan/).*

P.S.: You have to login before you can use the workflow: `gh > login <user>`.

> Triggers: `gh`.

<img width="594" alt="github-1" src="https://cloud.githubusercontent.com/assets/398893/14360273/6d1d54ba-fcaa-11e5-99fb-a9b9976194e2.png">
<img width="594" alt="github-2" src="https://cloud.githubusercontent.com/assets/398893/14360270/6d1ae748-fcaa-11e5-80da-6433c312e452.png">
<img width="594" alt="github-3" src="https://cloud.githubusercontent.com/assets/398893/14360274/6d1eba8a-fcaa-11e5-8815-d7e9ca890542.png">

### [IP Address](http://dferg.us/ip-address-workflow/) (v1.2.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/ip-address/ip-address.alfredworkflow)

Shows your internal and external IP address ~ *by [@dferg](http://dferg.us/ip-address-workflow/).*

> Triggers: `ip`.

<img width="594" alt="ip" src="https://cloud.githubusercontent.com/assets/398893/14361428/ab1e7910-fcaf-11e5-86e8-51f7a5f44aa8.png">

### [Kill Process](https://github.com/ngreenstein/alfred-process-killer) (v1.2.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/kill-process/kill-process.alfredworkflow)

Easily find processes by name and kill them ~ *by [@ngreenstein](https://github.com/ngreenstein).*

> Triggers: `kill`.

<img width="594" alt="kill" src="https://cloud.githubusercontent.com/assets/398893/14360276/6d2a33ba-fcaa-11e5-8fa5-4d3703a8129f.png">

### [Package Managers](https://github.com/willfarrell/alfred-pkgman-workflow) (v3.16.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/package-managers/package-managers.alfredworkflow)

Quick package/plugin/component lookup for your favorite package managers ~ *by [@willfarrell](https://github.com/willfarrell/).*

> Triggers: `apt-get`, `apm`, `bower`, `brew`, `chef`, `cocoa`, `composer`, `docker`, `gems`, `gradle`, `grunt`, `gulp`, `hex`, `maven`, `npm`, `pear`, `puppet`, `pypi`, `raspbian`, `rpm`, `yo`.

<img width="594" alt="pm-1" src="https://cloud.githubusercontent.com/assets/398893/14360278/6d2d7f2a-fcaa-11e5-9463-0a909fd4a9bd.png">
<img width="594" alt="pm-2" src="https://cloud.githubusercontent.com/assets/398893/14360277/6d2c5c94-fcaa-11e5-964b-09633238e291.png">

### [Source Tree](https://github.com/zhaocai/alfred2-sourcetree-workflow) (v1.2.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/source-tree/source-tree.alfredworkflow)

List, search, and open Git repositories in [Source Tree](https://www.sourcetreeapp.com/) ~ *by [@zhaocai](https://github.com/zhaocai/).*

P.S.: Source Tree is a free external application, make sure to [download](https://www.sourcetreeapp.com/) it before start using this workflow.

> Triggers: `st`, `stbookmark`.

<img width="594" alt="sourcetree" src="https://cloud.githubusercontent.com/assets/398893/14360279/6d2ec92a-fcaa-11e5-8205-f6854e6e058c.png">

Looking for another Git client? See [Extra wiki](https://github.com/zenorocha/alfred-workflows/wiki/Extras#git-client).

### [Stack Overflow](https://github.com/xhinking/Alfred) (v1.0.1) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/stack-overflow/stack-overflow.alfredworkflow)

Search for a question on [StackOverflow](http://stackoverflow.com) ~ *by [@xhinking](https://github.com/xhinking/).*

> Triggers: `so`.

<img width="594" alt="stackoverflow" src="https://cloud.githubusercontent.com/assets/398893/14360280/6d324a50-fcaa-11e5-92b6-2e4c86d05524.png">

### [Sublime Text](https://github.com/franzheidl/alfred-workflows/tree/master/open-with-sublime-text) (v1.1.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/sublime-text/sublime-text.alfredworkflow)

Open files or a folders in [Sublime Text 3](http://www.sublimetext.com/3) ~ *by [@franzheidl](https://github.com/franzheidl/).*

> Triggers: `subl`, `subl*`.

<img width="594" alt="subl" src="https://cloud.githubusercontent.com/assets/398893/14360281/6d37a644-fcaa-11e5-8148-7159d83a9f9d.png">

### [Terminal → Finder](https://github.com/LeEnno/alfred-terminalfinder) (v1.6.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/terminal-finder/terminal-finder.alfredworkflow)

Open current Finder (or Path Finder) window in Terminal (or iTerm) and vice versa ~ *by [@LeEnno](https://github.com/LeEnno/).*

> Triggers: `ft`, `tf`, `fi`, `if`, `pt`, `tp`, `pi`, `ip`.

<img width="594" alt="terminal-1" src="https://cloud.githubusercontent.com/assets/398893/14360282/6d3a0e3e-fcaa-11e5-8e5b-a8c5a3305962.png">
<img width="594" alt="terminal-2" src="https://cloud.githubusercontent.com/assets/398893/14360284/6d3d19da-fcaa-11e5-933b-2ce62f83d77e.png">

### [TimeZones](http://www.alfredforum.com/topic/491-timezones-a-world-clock-script-filter-updated-to-v17/) (v1.9.0) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/time-zones/time-zones.alfredworkflow)

Get an instant list of the current time in various cities around the world.
Get a specific time in cities on your list. ~ *by [@CarlosNZ](http://www.alfredforum.com/topic/491-timezones-a-world-clock-script-filter-updated-to-v161/).*

> Triggers: `tz`, `tz HH`, `tz HH:MM`, `tz HH:MM`, `timezone add [your city]`, `timezone update`, `timezone 12h`, `timezone 24h` .

<img width="594" alt="tz" src="https://cloud.githubusercontent.com/assets/398893/14360283/6d3d04f4-fcaa-11e5-90d6-79740e5a5c4d.png">

### [VirtualBox](https://github.com/aiyodk/Alfred-Extensions/tree/master/AlfredApp_2.x/VirtualBox-Control) (v2.0.1) ~ [Download](https://github.com/zenorocha/alfred-workflows/raw/master/virtualbox/virtualbox.alfredworkflow)

Control your [VirtualBox](https://www.virtualbox.org/) virtual machines ~ *by [@aiyodk](https://github.com/aiyodk/).*

P.S.: VirtualBox is a free external application, make sure to [download](https://www.virtualbox.org/) it before start using this workflow.

> Triggers: `vm`.

<img width="594" alt="vm" src="https://cloud.githubusercontent.com/assets/398893/14360285/6d3fdc24-fcaa-11e5-90bb-54c704975942.png">

## Extras

Do you want more? [Go get it!](https://github.com/zenorocha/alfred-workflows/wiki/Extras)

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## History

See [Releases](https://github.com/zenorocha/alfred-workflows/releases) for detailed changelog.

## License

[MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha
Download .txt
gitextract_c75xaizy/

├── README.md
├── caffeinate/
│   └── caffeinate.alfredworkflow
├── caniuse/
│   └── caniuse.alfredworkflow
├── colors/
│   └── colors.alfredworkflow
├── devdocs/
│   └── devdocs.alfredworkflow
├── domainr/
│   └── domainr.alfredworkflow
├── emoji/
│   └── emoji.alfredworkflow
├── encode-decode/
│   └── encode-decode.alfredworkflow
├── faker/
│   └── faker.alfredworkflow
├── github/
│   └── github.alfredworkflow
├── ip-address/
│   └── ip-address.alfredworkflow
├── kill-process/
│   └── kill-process.alfredworkflow
├── package-managers/
│   └── package-managers.alfredworkflow
├── source-tree/
│   └── source-tree.alfredworkflow
├── stack-overflow/
│   └── stack-overflow.alfredworkflow
├── sublime-text/
│   └── sublime-text.alfredworkflow
├── terminal-finder/
│   └── terminal-finder.alfredworkflow
├── time-zones/
│   └── time-zones.alfredworkflow
└── virtualbox/
    └── virtualbox.alfredworkflow
Condensed preview — 19 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (12K chars).
[
  {
    "path": "README.md",
    "chars": 11964,
    "preview": "# Alfred Workflows\n\nA collection of [Alfred 3 and 4](https://www.alfredapp.com/) workflows that will rock your world.\n\n!"
  }
]

// ... and 18 more files (download for full content)

About this extraction

This page contains the full source code of the zenorocha/alfred-workflows GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 19 files (11.7 KB), approximately 4.3k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!