From fee47d0857eef5ef792bc67ee7107c87b09bfd0d Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Thu, 16 Mar 2017 01:12:49 +0100 Subject: [PATCH] Readme: add header for Moderator and FileSmith. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13b8091..70532c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ -[![Build Status](https://travis-ci.org/kareman/SwiftShell.svg?branch=master)](https://travis-ci.org/kareman/SwiftShell) ![Platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Linux-lightgrey.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +Run shell commands | [Parse command line arguments](https://github.com/kareman/Moderator) | [Handle files and directories](https://github.com/kareman/FileSmith) + +--- Swift 3 | [Swift 2](https://github.com/kareman/SwiftShell/tree/Swift2) +[![Build Status](https://travis-ci.org/kareman/SwiftShell.svg?branch=master)](https://travis-ci.org/kareman/SwiftShell) ![Platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Linux-lightgrey.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) + # SwiftShell A library for creating command-line applications and running shell commands in Swift. It lets you: