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
- Host: GitHub
- URL: https://github.com/austinoboyle/bash
- Owner: austinoboyle
- Created: 2017-12-14T12:13:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:21:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T00:46:02.969Z (7 months ago)
- Topics: react, redux, terminal-emulator
- Language: JavaScript
- Homepage: https://www.austinoboyle.com/bash
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Ubuntu Terminal  
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