Skip to content

BlueTufa/lolcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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

Releases

No releases published

Packages

No packages published

Languages