cowsay but its ralsei
Find a file
amadaluzia a47961d966 chore: remove toc
i hate tocs on projects that dont need it lol
2024-09-09 22:01:10 +00:00
.github chore: remove toc 2024-09-09 22:01:10 +00:00
nix feat(rust): initialised cargo 2024-08-06 23:45:54 +01:00
src feat(complete): completed 2024-08-08 06:54:29 +01:00
.envrc fix(envrc): e 2024-08-06 23:47:37 +01:00
.gitignore fix(gitignore): added some files to ignore 2024-08-08 06:57:17 +01:00
Cargo.lock feat(rust): initialised cargo 2024-08-06 23:45:54 +01:00
Cargo.toml feat(complete): completed 2024-08-08 06:54:29 +01:00
flake.lock feat(rust): initialised cargo 2024-08-06 23:45:54 +01:00
flake.nix feat(rust): initialised cargo 2024-08-06 23:45:54 +01:00

ralsay-rs

cowsay with the deltarune character

Lore

I was in a voice chat with friends and one of them had the nickname "ralsay" (based off of Ralsei). I made a joke suggesting for them to make a tool called "ralsay" based off of cowsay, and they had done it… in Lua?! Earlier, I was talking about how I never really got to use Rust, and one of my other friends was a Rust shill. Once the project was finished by "ralsay", I was going to rewrite it in Python, but then that same friend suggested Rust.

So here I am, now learning rust with a cowsay close based off of a Deltarune character.

Running

Install Rust and Cargo, a common way of doing this is with the rustup toolchain.

Once you have installed Cargo, build it by running the below command:

  % cargo build --release
  % ./target/release/ralsay-rs "Hello, world!

And you will be met with Ralsei repeating what you said.

Creds

Bikoil - Creator of the Lua version which I used as inspiration.