/bash

Ubuntu terminal emulator created using React and create-react-app

Primary LanguageJavaScript

React Ubuntu Terminal Build Status Coverage Status

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.

Supported Commands

  • cat
  • cd
  • clear
  • cp
  • echo
  • ls
  • mkdir
  • mv
  • rm
  • touch
  • vim
  • 'executing' bash files with ./filename.sh