An open API service indexing awesome lists of open source software.

https://github.com/tetsuok/swift-cat

The cat command in Swift
https://github.com/tetsuok/swift-cat

swift

Last synced: 11 months ago
JSON representation

The cat command in Swift

Awesome Lists containing this project

README

          

# Swift-cat [![Build Status](https://travis-ci.org/tetsuok/swift-cat.svg?branch=master)](https://travis-ci.org/tetsuok/swift-cat)

The `cat` command in Swift.

## Usage:

```
$ swift build -c release
$ swift run cat FILE....
```

## Limitations

- command line options are not implemented yet.
- the cat program doesn't support reading from stdin.
- only works on Linux and macOS.