TODO:
- Allow piping of the commands
- Add personalized color printing of the terminal user
- Allow execution of local executables properly
- Allow chain of commands when
&&
is supplied - Handle
&
symbol to send command as a background process - Handle arrow, home, end keyboard inputs and cursor movement
- Implement
source
function - Implement
history
function - Implement
dot/source
function