GitXplorerGitXplorer
f

rcat

public
12 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
12f9095edd78384417dfb594305916d5cf96f02c

Merge pull request #11 from frewsxcv/dependabot/add-v2-config-file

ffrewsxcv committed 4 years ago
Verified
f09ac6436c17c44b3f1bac26846f936d80bf2dfe

Upgrade to GitHub-native Dependabot

ddependabot-preview[bot] committed 4 years ago
Verified
7452072ed1759edeb7089a92cc6a01f7b3294b25

Merge pull request #10 from frewsxcv/dependabot/cargo/clap-2.33.3

ffrewsxcv committed 4 years ago
Verified
26f91b7f8426c58753e8fbcea50c5314aff20eeb

Bump clap from 2.33.2 to 2.33.3

ddependabot-preview[bot] committed 4 years ago
Verified
9e798cb63c336609f6c4efd5d44dabb737913ac0

Merge pull request #9 from frewsxcv/dependabot/cargo/clap-2.33.2

ffrewsxcv committed 4 years ago
Verified
08cc8fef0317b99d2a804da4a50ed550742b3b86

Bump clap from 2.33.1 to 2.33.2

ddependabot-preview[bot] committed 4 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"