Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages