Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 509 Bytes

ReadMe.md

File metadata and controls

49 lines (37 loc) · 509 Bytes

Bat Win

open source cli tools

Installation

git clone https://github.com/sajadmirave/bat-win.git
cd bat-win
python setup.py

Commands

show file list

bat-ls

output like this:

.git          docs          info.txt      ReadMe.md    
setup.py      src

read file

bat-cat filename --color =color_name

colors:

color
red
yellow
green
magenta
cyan
blue

output like this:

Hello World