GithubHelp home page GithubHelp logo

erezhod / terminal7 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tuzig/terminal7

0.0 0.0 0.0 28.22 MB

A Touchable Terminal Emulator & Multiplexers

License: GNU General Public License v3.0

JavaScript 73.80% HTML 6.85% CSS 15.92% Ruby 0.52% Swift 2.90%

terminal7's Introduction

Terminal Seven

Test

Welcome!

Terminal 7 is a terminal multiplexer with full gesture support. With Terminal 7, you can swipe to split a pane, tap it with two fingers to zoom and more (gestures for a complete list). tmux is our inspiration and we strive to support as many of its functions and features as possible.

The code here is mainly ES6 with no framworks. We do use the following projects:

  • cordova for app packaging
  • xterm.js for terminal emulation
  • webpack to package the source (do we really need it?)
  • karma, mocha & chai for tests.

For networking we use WebRTC, the web standard protocol for real time communications. It's a UDP based web-era protocol with wide support and a great implmentation in go - webrtc - that we use as a base for our server's daemon.

Installing

Just clone this repo and run npm i. In your server you'll need to install and run our backend project - webexec

Running

To start terminal 7 in the browser use:

npm run dev

and point your browser at http://localhost:3333

Terminal7 adds a global window.terminal7 you can use in the debugger.

Development

We welcome bug reports as well as ideas for new features. If you are ready to code yourslef, follow these steps:

  1. Fork it
  2. Clone it
  3. npm i
  4. Create your feature branch (git branch my-new-feature)
  5. Commit your changes (git commit -am 'Add some feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create new Pull Request

Please run npm test before pushing.

terminal7's People

Contributors

daonb avatar dependabot[bot] avatar erezhod avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.