From 6f36ef80ea26eb875a767f5bc7e24e4c633c1917 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 20 May 2016 21:32:48 +0200 Subject: [PATCH] Readme: add list of example scripts. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ff0b02..ac1c5d4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ An OS X Framework for command-line scripting in Swift. - [Documentation](http://kareman.github.io/SwiftShell) from the source code. - A [description](https://www.skilled.io/kare/swiftshell) of the project on [skilled.io](https://www.skilled.io). +- Example scripts + - [Move files to the trash](http://blog.nottoobadsoftware.com/swiftshell/move-files-to-the-trash/) + - [Combine markdown files and convert to HTML](http://blog.nottoobadsoftware.com/swiftshell/combine-markdown-files-and-convert-to-html-in-a-swift-script/) (runs a shell command in the middle of a method chain) ## Example