Settings

Theme

CEPL is a simple readline C and C++ REPL with history, tab-completion, and undo

github.com

2 points by alyptik 4 months ago · 1 comment

Reader

alyptikOP 4 months ago

There is a stark lack of usable REPLs for C and C++, so I decided to write my own.

You can specify libraries to link against which are scanned for function names to add to tab-completion, you can output assembly and C or C++ source code of your session, and you can view manpages from inside of the REPL.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection