CLI for displaying content of file in terminal.
copen -l example.txt
git clone https://github.com/Z-F-x/copen.git
cd copen
sudo cp copen /usr/bin
-l show only stats in column
-s Show stats in row after file content
-S Show only file content
-l -S Show only stats in column
-S -l Show only stats in row
copen example.txt
copen -l example.txt
copen -s example.txt
Useful for displaying the stats of a file



