Skip to content
/ rcat Public

Concatenate and print files in a Rust byte slice compatible format.

Notifications You must be signed in to change notification settings

frewsxcv/rcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rcat

Concatenate and print files in a Rust byte slice compatible format.

Install

cargo install rcat

Usage

$ cat foo.txt
Hello world! 👋🌎
$ rcat foo.txt
Hello world! \xf0\x9f\x91\x8b\xf0\x9f\x8c\x8e\n
$ rcat --quote foo.txt
b"Hello world! \xf0\x9f\x91\x8b\xf0\x9f\x8c\x8e\n"

About

Concatenate and print files in a Rust byte slice compatible format.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages