GitXplorerGitXplorer
f

rcat

public
12 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
07a0528884632635efb23750f37fb1278c64eb82

Merge pull request #8 from frewsxcv/dependabot/cargo/clap-2.33.1

ffrewsxcv committed 5 years ago
Verified
c8a950c11d0de5df6854b50ffd4f00f83c95d00c

Bump clap from 2.32.0 to 2.33.1

ddependabot-preview[bot] committed 5 years ago
Verified
b0b32e60342948f6d519a81f6de48bc9ce201e5e

Merge pull request #6 from frewsxcv/dependabot/cargo/clap-2.32.0

ffrewsxcv committed 7 years ago
Unverified
59f66c4cd4f622465e5c7c5d64ac429f35c2afa3

Bump clap from 2.31.2 to 2.32.0

ddependabot-support committed 7 years ago
Verified
11c8f60166f8ef2d0382537593e366adc42bef11

Merge pull request #5 from frewsxcv/dependabot/cargo/clap-2.31.2

ffrewsxcv committed 7 years ago
Unverified
e02c21551a9ce52f5ec2da427815cc587910597c

Bump clap from 2.30.0 to 2.31.2

ddependabot-support committed 7 years ago

README

The README file for this repository.

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"