/my_less

C learning project aimed at creating a program similar to 'less'

Primary LanguageCGNU General Public License v3.0GPL-3.0

my_less

What is my_less

It is a C learning project aimed at creating a program similar to less.

As this is a learning project the code may be badly written or inefficient, it will improve over time as I learn more.

Compiling

The program requires the ncurses C library to work.

To compile it you can run make inside the cloned repository and you should get a my_less binary.

Usage

See my_less --help.