An open API service indexing awesome lists of open source software.

https://github.com/austinoboyle/bash

Ubuntu terminal emulator created using React and create-react-app
https://github.com/austinoboyle/bash

react redux terminal-emulator

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# React Ubuntu Terminal ![Build Status](https://travis-ci.org/austinoboyle/bash.svg?branch=master) ![Coverage Status](https://coveralls.io/repos/github/austinoboyle/bash/badge.svg?branch=master)

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](https://github.com/securingsincity/react-ace).

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