diff options
author | Robby Russell <robby@planetargon.com> | 2014-08-31 11:25:29 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-08-31 11:25:29 -0700 |
commit | 3577fba6122e602e6a3fb0a5682dc4b8ef05e186 (patch) | |
tree | ca5dc71d0447a2805addb2e0a3f8875597437566 /plugins/textastic/README.md | |
parent | c207c839689b49db96ebd60eecdc8026cbb107e5 (diff) | |
parent | a8dad6fa87867ff2629a55e26f78175635a0ad06 (diff) | |
download | zsh-3577fba6122e602e6a3fb0a5682dc4b8ef05e186.tar.gz zsh-3577fba6122e602e6a3fb0a5682dc4b8ef05e186.tar.bz2 zsh-3577fba6122e602e6a3fb0a5682dc4b8ef05e186.zip |
Merge pull request #3058 from chrisfsmith/feature/textastic
Adding Textastic plugin (OS X only)
Diffstat (limited to 'plugins/textastic/README.md')
-rw-r--r-- | plugins/textastic/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/textastic/README.md b/plugins/textastic/README.md new file mode 100644 index 000000000..369c2c137 --- /dev/null +++ b/plugins/textastic/README.md @@ -0,0 +1,15 @@ +## textastic + +Plugin for Textastic, a text and code editor for Mac OS X + +### Requirements + + * [Textastic](http://www.textasticapp.com/mac.html) + +### Usage + + * If `tt` command is called without an argument, launch Textastic + + * If `tt` is passed a directory, cd to it and open it in Textastic + + * If `tt` is passed a file, open it in Textastic |