cowsay, but with (ᗜˬᗜ)/\(ᗜ˰ᗜ) soft friends
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# fumosay
|
|
|
|
## Like cowsay, but with soft friends (ᗜˬᗜ)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Compile
|
|
|
|
install Rust
|
|
|
|
- [installation instructions](https://www.rust-lang.org/tools/install)
|
|
|
|
|
|
|
|
clone this repository
|
|
|
|
- `git clone https://github.com/Unbewohnte/fumosay`
|
|
|
|
|
|
|
|
cd into cloned repo
|
|
|
|
- `cd fumosay/`
|
|
|
|
|
|
|
|
compile for your OS && Architecture
|
|
|
|
- `cargo build --release`
|
|
|
|
|
|
|
|
|
|
|
|
**or**
|
|
|
|
|
|
|
|
## Download a pre-compiled version
|
|
|
|
- [Download a version of your choice](https://github.com/Unbewohnte/fumosay/releases)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Use
|
|
|
|
```
|
|
|
|
./fumosay [message]
|
|
|
|
```
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## TODO list
|
|
|
|
|
|
|
|
- ❌ Add more fumos
|
|
|
|
- ❌ Make it available to use other fumos
|
|
|
|
- ❌ Improve message {box|bubble}
|
|
|
|
- ❌ Embed fumofiles or take care of ways of locating them
|
|
|
|
- ❌ Create a {deb|rpm} package
|
|
|
|
- ❌ Make an `install.sh` script
|