diff options
author | Marvin Borner | 2019-03-05 01:09:01 +0100 |
---|---|---|
committer | Marvin Borner | 2019-03-05 01:09:01 +0100 |
commit | 55457187d18221e76bd12f0fb2cfab65c49b92fb (patch) | |
tree | 8db042d2d80710d54100c2709ad4332153ac848a /.oh-my-zsh/plugins/textastic/README.md |
Initial commit
Diffstat (limited to '.oh-my-zsh/plugins/textastic/README.md')
-rw-r--r-- | .oh-my-zsh/plugins/textastic/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.oh-my-zsh/plugins/textastic/README.md b/.oh-my-zsh/plugins/textastic/README.md new file mode 100644 index 0000000..3f3bcea --- /dev/null +++ b/.oh-my-zsh/plugins/textastic/README.md @@ -0,0 +1,15 @@ +## textastic + +Plugin for Textastic, a text and code editor for Mac OS X + +### Requirements + + * [Textastic](https://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 |