https://github.com/eggplants/shikanoko
Outputs しか / のこ / こし / たん randomly until repeating しかのこのこのここしたんたん with n times.
https://github.com/eggplants/shikanoko
Last synced: about 1 year ago
JSON representation
Outputs しか / のこ / こし / たん randomly until repeating しかのこのこのここしたんたん with n times.
- Host: GitHub
- URL: https://github.com/eggplants/shikanoko
- Owner: eggplants
- License: mit
- Created: 2024-06-29T21:19:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-01T08:05:02.000Z (over 1 year ago)
- Last Synced: 2025-05-13T03:58:43.995Z (about 1 year ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shikanoko
[![Test]()](https://github.com/eggplants/shikanoko/actions/workflows/test.yml) [](https://github.com/eggplants/shikanoko/actions/workflows/release.yml) [](https://github.com/eggplants/shikanoko/pkgs/container/shikanoko)
## What
See:
## Install
### Cargo
```bash
cargo install --git https://github.com/eggplants/shikanoko
```
### Binary
See: [Releases](https://github.com/eggplants/shikanoko/releases)
### Docker
```bash
docker pull ghcr.io/eggplants/shikanoko
```
## Run
### Cargo, binary
```shellsession
$ shikanoko
USAGE: shikanoko
$ shikanoko 1
...しかのこのこのここしたんたん🦌🦌🦌
Loop duration: 205.09ms
$ shikanoko 2
...
$ shikanoko 3
...
```
### Docker
```shellsession
$ docker run --rm ghcr.io/eggplants/shikanoko 1
...しかのこのこのここしたんたん🦌🦌🦌
Loop duration: 23.08ms
```
## LICENSE
MIT