libtecla

Command-line editing library providing tcsh-like line editing

brewmacoslinux
Try with needOr install directly
Source

About

Command-line editing facilities similar to the tcsh shell

Commands

tecla

Examples

Link against libtecla in C/C++ programs to enable command-line editing$ gcc -o myapp myapp.c -ltecla
Use libtecla in interactive shell applications for history and completion$ pkg-config --cflags --libs libtecla
Access libtecla header files for development$ ls $(brew --prefix libtecla)/include/