Skip to content
/ copen Public

CLI for displaying content of file in terminal.

Notifications You must be signed in to change notification settings

Z-F-x/copen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

copen

CLI for displaying content of file in terminal.

copen -l example.txt

image

Installation:

git clone https://github.com/Z-F-x/copen.git
cd copen
sudo mv copen /usr/bin

Usage

-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

Without flags

copen example.txt

image

with -l flag

copen -l example.txt

image

with -s flag

copen -s example.txt

image

Use case

image

Useful for displaying the stats of a file

About

CLI for displaying content of file in terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages