jandamm / SwiftShell

Collection of tools I want to use with swift-sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift-shell

Why

I really like shell scripting but some things are just easier when using Swift. This repo should be a collection of useful things I want to use in scripts. Probably don't rely on this package directly

Features

Value type abstraction for Process and Pipe

set -eou pipefail
echo 'abc' | pbcopy 2>/dev/null
try! run(command(.echo, "abc") | command(.pbcopy))

About

Collection of tools I want to use with swift-sh


Languages

Language:Swift 100.0%