Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thii/yes

yes command line tool written in Swift. 60+ times faster than macOS built-in yes.
https://github.com/thii/yes

micropackage swift swift-package-manager yes

Last synced: 6 days ago
JSON representation

yes command line tool written in Swift. 60+ times faster than macOS built-in yes.

Awesome Lists containing this project

README

        

# yes [![Build Status](https://travis-ci.org/thii/yes.svg?branch=master)](https://travis-ci.org/thii/yes)

**yes** -- be repetitively affirmative

60+ times faster than macOS' built-in `yes`.

## Installation

make

And copy `yes` to wherever you want.

## Usage

yes [expletive]

The `yes` utility outputs `expletive`, or, by default, `y`, forever.

## Benchmark

### Swift `yes`

$ ./yes | pv > /dev/null
... [2.4GiB/s] ...

### macOS built-in `yes`

$ yes | pv > /dev/null
... [38.0MiB/s] ...

## License

MIT