Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.14 KB

README.md

File metadata and controls

56 lines (35 loc) · 2.14 KB

Introduction

A collection of Alfred Workflows which I made/use.

Sublime text

Download

Download the folder by running

git clone [email protected]:egrefen/alfred-workflows.git

or

git clone https://github.com/egrefen/alfred-workflows.git

Installation

To install one of the workflows in the ./workflows folder, simply double-click the {workflow-name}.alfredworkflow file to automagically import it into Alfred.

Available Workflows

MacVim

Sublime text

This assumes [MacVim](https://code.google.com/p/macvim/) is installed under `/usr/local/bin/mvim`. If it can't find that, it will back off to one of `/usr/bin/mvim`, `/usr/local/bin/gvim`, and finally `/usr/bin/gvim`.

This workflow allows you to open a file with MacVim (or just an empty buffer) by using one of the following keywords, followed by an optional argument (the path to the file):

  • macvim
  • mvim

Sublime Text

Sublime text

This assumes [Sublime Text](http://www.sublimetext.com/) is installed in `/Applications`.

This workflow allows you to open a file with Sublime Text (or just an empty buffer) by using one of the following keywords, followed by an optional argument (the path to the file):

  • subl
  • sublime

Vim

Sublime text

This assumes [vim](http://www.vim.org/) is installed under `/usr/local/bin/vim`, or it will back off to `/usr/bin/vim`.

This workflow allows you to open a file with vim (or just an empty buffer) by using the keyword vim followed by an optional argument (the path to the file).