Skip to content

NikitaIvanovV/catless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

catless

A small Awk script that prints input to standard output if it fits in the terminal window, otherwise opening a pager.

Dependencies

Installation

Manual

git clone https://github.com/NikitaIvanovV/catless
cd catless
sudo make install

Uninstall with sudo make uninstall

AUR

If you are an Arch Linux user, you can install catless-git AUR package.

yay -S catless-git

Usage

catless file
command | catless

catless respects $PAGER environmental variable.