bcat

Crates.iobcat
lib.rsbcat
version0.1.4
sourcesrc
created_at2021-05-25 14:07:11.025016
updated_at2022-08-04 08:54:49.728249
descriptionA command-line tool that allows transparent ls and cat operations regardless of whether they are files or directories.
homepage
repositoryhttps://github.com/bootjp/bcat
max_upload_size
id401868
size46,818
Yoshiaki Ueda (bootjp) (bootjp)

documentation

https://github.com/bootjp/bcat/blob/main/README.md

README

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

Commit count: 131

cargo fmt