https://github.com/vladimyr/duckiesay
Speaking duckie inside your terminal
https://github.com/vladimyr/duckiesay
cli cowsay nodejs npx rubberducky
Last synced: 8 months ago
JSON representation
Speaking duckie inside your terminal
- Host: GitHub
- URL: https://github.com/vladimyr/duckiesay
- Owner: vladimyr
- License: wtfpl
- Created: 2018-05-27T15:59:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T05:10:11.000Z (over 3 years ago)
- Last Synced: 2025-02-06T07:07:18.572Z (9 months ago)
- Topics: cli, cowsay, nodejs, npx, rubberducky
- Language: JavaScript
- Homepage: https://duckiesays.com
- Size: 239 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# duckiesay :duck: [](https://travis-ci.com/vladimyr/duckiesay) [](https://npm.im/duckiesay) [](https://github.com/vladimyr/duckiesay/blob/master/LICENSE) [](https://github.com/Flet/semistandard)
>Speaking duckie inside your terminal
Like cowsay but uses duck and optionally [duckiesays](http://duckiesays.com).
## Installation
```
$ npm install -g duckiesay
```Or for a one-time run:
```
$ npx duckiesay
```## Usage
```
$ duckiesay --helpSpeaking duckie inside your terminal
╭───────────────────────────────╮
│ │
│ What does the duckie say? │
│ Quack, quack. │
│ │
╰───────────────────────────────╯
\
\ _
>(·)__
(___/
~ ~~~~~~~~~~~~~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~ ~ ~ ~
~ ~ ~ ~ ~ ~Usage
$ duckiesayOptions
--no-color Use black'n'white duck
--no-animation Use still duck
--help, -h Show help
--version, -v Show version numberExamples
$ duckiesay # gets random quote from remote api
$ duckiesay quack quack
$ echo 'quack quack' | duckiesay
$ npx samuel-ipsum -t header | duckiesayHomepage: https://github.com/vladimyr/duckiesay
Report issue: https://github.com/vladimyr/duckiesay/issues