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.
Unbewohnte
86595a3365
|
3 years ago | |
---|---|---|
fumofiles | 3 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
Cargo.lock | 3 years ago | |
Cargo.toml | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
fumosay
Like cowsay, but with soft friends (ᗜˬᗜ)
__ __ <⑨ There are no buses in Gensokyo ⑨>
| \ / | ()
| \____/ | ()
|__// V \\__|
/|| ᗜ ᗜ || \
\_\\_︶_//_/
jj⑨lll
()_/@V@V@V\_()
/@V@V@V@V\
(_)-----(_)
Installation
Compile it yourself
install Rust
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 (only amd64 Linux and Windows)
After compilation|downloading
create a directory where the program will 'sit'
mkdir $HOME/fumosay
retrieve the executable and fumofiles and move them there
mv fumosay/target/release/fumo $HOME/fumosay/ && mv fumofiles $HOME/fumosay
Now you have fumosay installed !
The next possible step would probably be to add this directory to the $PATH environment variable.
Use
./fumosay [message]
TODO list
- ❌ Add more fumos
- ❌ Make it possible to use other fumos
- ❌ Improve message {box|bubble}
- somewhat ✅ Embed fumofiles or take care of ways of locating them
- ❌ Create a {deb|rpm} package
- ❌ Make an
install.sh
script