https://github.com/arnauorriols/multitaskos
Delegate to the machine what it does best, and we do worst, when multitasking: Context switching.
https://github.com/arnauorriols/multitaskos
chrome-extension context-switching elm elm-application elm-architecture elm-lang elm-language elm-ui multitasking
Last synced: 8 months ago
JSON representation
Delegate to the machine what it does best, and we do worst, when multitasking: Context switching.
- Host: GitHub
- URL: https://github.com/arnauorriols/multitaskos
- Owner: arnauorriols
- Created: 2016-05-01T18:42:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T17:02:26.000Z (about 8 years ago)
- Last Synced: 2025-04-10T05:48:31.951Z (11 months ago)
- Topics: chrome-extension, context-switching, elm, elm-application, elm-architecture, elm-lang, elm-language, elm-ui, multitasking
- Language: Elm
- Homepage: https://arnauorriols.github.io/multitaskOS/
- Size: 1.91 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multitasking OS
Small app to delegate to the machine what it do best, and we do worst, when multitasking: Context switching.
From version 2.0.0, it's available publicly in the [Chrome Web Store](https://chrome.google.com/webstore/detail/multitaskos/ocdlpdmejajjjfcmhggnhbeacmgnabad).
It can also be used as a website at https://arnauorriols.github.io/multitaskOS
## Build
```
$ bin/build.sh
```
## Use as Chrome-Extension
1. Get everything ready
```
$ bin/build-chrome-extension.sh
```
2. Use the [Load the Extension Docs](https://developer.chrome.com/extensions/getstarted#unpacked) from
chrome documentation to manually load the application. The manifest to upload is found in `chrome-extension/manifest.json`.