Skip to content

⌨️ Print text with a typing effect - Made with rust πŸ¦€

License

Notifications You must be signed in to change notification settings

SkwalExe/typrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.