Simple shell program using ncurses as GUI Supports most shell functions, including: CTRL + "L": Clear the terminal except for the current command CTRL + "A": Move to the start of the current command CTRL + "E": Move to the end of the current command CTRL + "W": Cut a word into the clipboard. Can cut multiple words. CTRL + "U": Cut a line into the clipboard. CTRL + "Y": Paste. Arrow keys/backspace/del
Can run any programs from terminal
Uses ncurses to display colors!