From 9bf5b90c81ce2cbde321c3d6d97d5ff6d561b83c Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Sun, 31 Aug 2014 12:57:58 -0500 Subject: Adding README.md and renaming plugin --- plugins/marked/marked.plugin.zsh | 12 ------------ plugins/marked2/README.md | 13 +++++++++++++ plugins/marked2/marked2.plugin.zsh | 12 ++++++++++++ 3 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 plugins/marked/marked.plugin.zsh create mode 100644 plugins/marked2/README.md create mode 100644 plugins/marked2/marked2.plugin.zsh (limited to 'plugins') diff --git a/plugins/marked/marked.plugin.zsh b/plugins/marked/marked.plugin.zsh deleted file mode 100644 index 56863ade5..000000000 --- a/plugins/marked/marked.plugin.zsh +++ /dev/null @@ -1,12 +0,0 @@ -# -# If marked is called without an argument, open Marked -# If marked is passed a file, open it in Marked -# -function marked() { - if [ "$1" ] - then - open -a "marked 2.app" "$1" - else - open -a "marked 2.app" - fi -} diff --git a/plugins/marked2/README.md b/plugins/marked2/README.md new file mode 100644 index 000000000..101343abb --- /dev/null +++ b/plugins/marked2/README.md @@ -0,0 +1,13 @@ +## marked2 + +Plugin for Marked 2, a previewer for Markdown files on Mac OS X + +### Requirements + + * [Marked 2](http://marked2app.com) + +### Usage + + * If `marked` is called without an argument, open Marked + + * If `marked` is passed a file, open it in Marked diff --git a/plugins/marked2/marked2.plugin.zsh b/plugins/marked2/marked2.plugin.zsh new file mode 100644 index 000000000..56863ade5 --- /dev/null +++ b/plugins/marked2/marked2.plugin.zsh @@ -0,0 +1,12 @@ +# +# If marked is called without an argument, open Marked +# If marked is passed a file, open it in Marked +# +function marked() { + if [ "$1" ] + then + open -a "marked 2.app" "$1" + else + open -a "marked 2.app" + fi +} -- cgit v1.2.3-70-g09d2