Skip to content

therontau0054/readline-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C++ implemented readline-like library.

Referenced from https://github.com/antirez/linenoise

Implemented

  • Single line edit with the usual key bindings implemented.
  • History handling.
  • Colored text input.

Usage

mkdir build
cd build
cmake ..
make
../bin/main --red

Optional Color

--black
--red
--green
--yellow
--green
--purple
--cyan
--white

and default color if there is no argument.

Input and Output

Cursor Move

Colored Text

About

A C++ implemented readline-like library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published