Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpwoodbu/mosh-chrome
Mosh for Chrome
https://github.com/rpwoodbu/mosh-chrome
Last synced: 17 days ago
JSON representation
Mosh for Chrome
- Host: GitHub
- URL: https://github.com/rpwoodbu/mosh-chrome
- Owner: rpwoodbu
- License: gpl-3.0
- Created: 2014-01-15T22:40:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T09:02:00.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T22:44:39.212Z (3 months ago)
- Language: C++
- Size: 2.51 MB
- Stars: 371
- Watchers: 35
- Forks: 59
- Open Issues: 74
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Mosh for Chrome
===============Main author: Richard Woodbury ([email protected])
This is a [Mosh](http://mosh.mit.edu) client port for the
[Chrome](http://www.google.com/chrome/) web browser using
[Native Client](https://developers.google.com/native-client). It is
particularly useful with [Chrome OS](http://www.google.com/chromeos).Building
--------You can build the dev track simply by running:
$ ./build.sh dev
The first time this is run, this will download and build most of the
dependencies, including Bazel, the build system. This can take a while, so be
patient. Subsequent builds will be extremely fast; Bazel excels at doing
incremental builds.Don't be alarmed if you see a few warnings. In particular, the linker may
complain about duplicated symbols.If successful, Bazel will output something like this:
Target //:mosh_chrome up-to-date:
bazel-genfiles/mosh_chrome_dev.zipThat .zip file contains the entire app. To load it into Chrome, unzip it into
a directory on your machine, then go to chrome://extensions, enable
"Developer mode", and click the "Load unpacked extension button", directing
it to said directory. Then the app will be launchable from the app screen and
the extensions screen.To distribute the app, build the release track and upload the .zip file to
the Chrome Web Store.