Skip to content

lunemec/rust-cate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-cate

Crates.io

cat in rust, you know, cate.

Also, in Rust we trust.

Disclaimer: this is not a complete reimplementation of cat in rust, it is very very naive implementation that may misbehave. Just like a cate would.

Example

$ echo "Some nice text" > myfile.txt
$ cate myfile.txt
Some nice text

$ cate cate

----------- meow start -----------
      _
      \`*-.
       )  _`-.
      .  : `. .
      : _   '  \
      ; *` _.   `*-._
      `-.-'          `-.
        ;       `       `.
        :.       .        \
        . \  .   :   .-'   .
        '  `+.;  ;  '      :
        :  '  |    ;       ;-.
        ; '   : :`-:     _.`* ;
      .*' /  .*' ; .*`- +'  `*'
      `*-*   `*-*  `*-*'

----------- meow end -----------