Skip to content

muditk98/turtleshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

turtleshell

A simple shell made using C++ Recommended compile using g++-7 as some functions (std::quoted) requires C++14 standard

Supports

  • Piping '|', Redirection ('>', '>>'), Conditional chaining '&&', Uncondition chaining ';'

  • Grouping of words with double quotes

Extra shell builtins

  • stopwatch start|stop

  • history

  • math expression

Sample usage: math l(e^7)*s(pi/2)+cpi+!5-9//2+4.75/3

Translates to ln(e^7)*sin(pi/2) + cos(pi) + factorial(5) + floor(9/2) + 4.75/3

About

A simple shell made using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages