typrint

⌨️ Print text with a typing effect - Made with rust 🦀

View on GitHub

typrint ⌨️

⌨️ Print text with a typing effect - Made with rust 🦀

Installation 📦

Arch Linux 🐧

typrint is in the AUR

yay -S typrint

Other 🪟🐧

With make - Linux 🐧

Run make

# 📂 typrint/
make

Build from source - Linux 🐧 & Windows 🪟

Clone this repo

git clone https://github.com/SkwalExe/typrint.git

build with cargo

# 📂 typrint/
cargo build --release

[ LINUX ONLY ] : Move the binary

# 📂 typrint/
sudo cp target/release/typrint /usr/bin/typrint

On windows the executable will be target\release\typrint.exe you can move it wherever you want.

Usage 📝

Docker 🐳

Run the latest version

docker run --rm -it ghcr.io/skwalexe/typrint:main

Test your changes 🚧

Build 🛠️

# 📂 typrint/
docker build -t typrint .

Run 🏃

docker run --rm -it typrint [OPTIONS]

Uninstall 🗑

With make

Run make uninstall

# 📂 help-ukraine/
make uninstall

Or

Just remove the binary

sudo rm /usr/bin/typrint

final

If you have any problem, don’t hesitate to open an issue

contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.