GitXplorerGitXplorer
b

bcat

public
3 stars
3 forks
5 issues

Commits

List of commits on branch main.
Verified
e96491a61d67207a9c13b677addab48441e68851

Merge pull request #110 from bootjp/renovate/actions-checkout-digest

bbootjp committed 3 months ago
Verified
fc25b38310de7c0d8163549b8f52215d3035a58e

chore(deps): update actions/checkout digest to 11bd719

rrenovate[bot] committed 3 months ago
Verified
728abf264ae5a4509e1a73b1872e8000c3e8fa88

Merge pull request #109 from pauldesmondparker/fix/deprecated-timestamp

bbootjp committed 3 months ago
Verified
7c367b734cf3c4e7becb40520820d410e3966ace

fix: deprecated `chrono::TimeZone::timestamp`

ppauldesmondparker committed 4 months ago
Verified
672833bd7d62bcc566986ddcfef1fc84ac4eb0ce

Merge pull request #108 from bootjp/renovate/actions-checkout-digest

bbootjp committed 6 months ago
Verified
38fab7f57b72242aac4f33b376942228904be5de

Update actions/checkout digest to 692973e

rrenovate[bot] committed 7 months ago

README

The README file for this repository.

bcat (transparently ls and cat, lcat renamed bcat)

A command-line tool that allows transparent ls and cat operations regardless of whether they are files or directories.

Also for practicing Rust.

install

by cargo

cargo install bcat

by release binary for linux x86

curl -LO https://github.com/bootjp/bcat/releases/latest/download/bcat
chmod +x bcat
./bcat .
sudo cp bcat /usr/local/bin/

example

for dir

directory example

for file

file example