open source cli tools
git clone https://github.com/sajadmirave/bat-win.git
cd bat-win
python setup.py
bat-ls
output like this:
.git docs info.txt ReadMe.md
setup.py src
bat-cat filename --color =color_name
colors:
color |
---|
red |
yellow |
green |
magenta |
cyan |
blue |
output like this:
Hello World