Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 715 Bytes

42sh

Subject here

42sh is the end-of-year project of Epitech for the first year.

example

Goal

Make a complete shell with an LL.

Features

  • History (up arrow, down arrow, !$, !!, !:n, !n, !-n, ...)
  • Job control (&, jobs [-l ], fg [%n], bg [%n])
  • Globbing ([m,a]?*.[a-o])
  • Local variable (set, unset)
  • Alias (alias, unalias)
  • Advanced line edition (right arrow, left arrow, backspace, etc...)
  • ~/.42shrc
  • Auto-completion (with two modes: Ctrl + F)
  • Magic quote

Keynote : http://slides.com/thibautcornolti/42sh#/

Auteurs

  • Cedric Thomas
  • Bastien Rinck
  • Marin Brunel
  • Thibaut Cornolti