Skip to content

Arcozon/PtiteCarapace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

A simple bash clone.

It has:

  • Redirections
    • '>', '>>', '<', '<<'
  • Subshells with fully working redirections and pipes
  • Customisable prompt
    • Exit status
    • Current working directory
    • Username
    • Hostname
    • Colors, Escape sequence and UFT support
  • Inter-session history
  • Builtin implemention
  • Aliases
  • Logic support for list of commands ( ||, &&, ; )
  • Simple .rc file support (No scripting, only commands)

About

A shell

Topics

Resources

Stars

Watchers

Forks

Contributors