This application uses React/Redux to emulate an ubuntu terminal session. It also has a document-editing feature that uses a simple implementation of Vim with the React Ace Editor.
- cat
- cd
- clear
- cp
- echo
- ls
- mkdir
- mv
- rm
- touch
- vim
- 'executing' bash files with ./filename.sh