Skip to content

jbarish/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Shell

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!

About

C-programmed shell using ncurses, including most of the standard shell functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published