https://github.com/arrow2nd/bondrewdsay
( |) < おやおや、おやおやおやおやおやおやおやおやおや
https://github.com/arrow2nd/bondrewdsay
Last synced: about 1 month ago
JSON representation
( |) < おやおや、おやおやおやおやおやおやおやおやおや
- Host: GitHub
- URL: https://github.com/arrow2nd/bondrewdsay
- Owner: arrow2nd
- License: mit
- Created: 2022-08-15T07:40:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T08:19:54.000Z (over 2 years ago)
- Last Synced: 2025-03-20T04:41:16.834Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bondrewdsay

## Usage
```
bondrewdsay 0.1.0
( |) < May your journey overflow with curses and blessingsUSAGE:
bondrewdsay [OPTIONS] [TEXT]ARGS:
Text to display (If omitted, standard input is accepted)OPTIONS:
-d, --direction Direction of Text [default: right] [possible values: up, left,
right]
-h, --help Print help information
-l, --lefthand Sir Bondrewd's Left Hand
-r, --righthand Sir Bondrewd's Right Hand
-V, --version Print version information
```## Example
```
$ bondrewdsay -d right "ナナチ 元気そうで何よりです"
( |) < ナナチ 元気そうで何よりです$ bondrewdsay -d left "君はかわいいですね"
君はかわいいですね > (| )$ bondrewdsay -d up -l ✋ -r 🤚 慈しみ合う心こそがヒトを家族たらしめるのです
⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽⎽
< 慈しみ合う心こそがヒトを家族たらしめるのです >
v⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
✋(|)🤚
```## Build
```sh
cargo build --release
```