Skip to content

Lolcat implementation written in Rust

License

Notifications You must be signed in to change notification settings

dwhite-cleerly/lolcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A lolcat implementation, written in rust

GitHub Workflow Status GitHub issues GitHub pull requests

A simple cat utility which outputs lols.

Works with either an input file name or stdin.

How to install

Clone this repository.

git clone https://github.com/BlueTufa/lolcat.git

Install rustup.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Alternate (MacOS Intel):

brew install rust

Do a cargo install within the root of this source tree:

cargo install --path $(pwd)

Make sure you have $HOME/.cargo/bin in your path.

export PATH=$HOME/.cargo/bin:$PATH

Usage:

lolcat filename
somecommand | lolcat

About

Lolcat implementation written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%