🦀 ruoka-rs

Since ruoka-rs is written in Rust, it is a tool to quickly get the menu from mayk.fi/tietoa-meista/ruokailu. The program curls the html, parses it with Regex and makes it more colorful.

Installation

Run the following in your terminal:

bash cargo build # compile mv ./target/debug/ruoka-rs /usr/bin # move the program to bin (superuser)

Missing cargo?

🦀 On Linux and MacOS systems, run:

bash curl https://sh.rustup.rs -sSf | sh

🦀 On Windows, download and run rustup-init.exe. It will start the installation in a console.

For other installation options and information, visit the install page of the Rust website.

🦀 Build and Install Cargo from Source

Alternatively, you can build Cargo from source.

Enjoy!

(Also, feel free to contact zeriaxdev if you have any issues or questions.)