hoomanist / mish

minimalistic shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mish

a minimalistic shell written in c

TODO's

  • handler ctrl-d not working properly
  • execution of pathfinder function in main launcher
  • better aliasing logic
  • if-else statements
  • PS1
  • pipelines and redirection
  • env variables
  • commands file despatcher

compile and install

note: you mustn't use this in production yet

for just running:

$ make clean all
$ ./mish

About

minimalistic shell

License:BSD 2-Clause "Simplified" License


Languages

Language:C 91.2%Language:Makefile 8.8%