Skip to content
/ bcat Public

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

License

Notifications You must be signed in to change notification settings

bootjp/bcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages