Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thii/yes
- Owner: thii
- Created: 2018-08-13T15:35:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T03:31:01.000Z (over 5 years ago)
- Last Synced: 2024-10-10T05:35:15.587Z (27 days ago)
- Topics: micropackage, swift, swift-package-manager, yes
- Language: Swift
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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