Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddhill/lurch
A personal butler for everyone that works with the web.
https://github.com/oddhill/lurch
Last synced: 23 days ago
JSON representation
A personal butler for everyone that works with the web.
- Host: GitHub
- URL: https://github.com/oddhill/lurch
- Owner: oddhill
- License: gpl-2.0
- Created: 2014-08-29T07:10:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T18:39:00.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T20:05:20.515Z (9 months ago)
- Language: CSS
- Size: 4.47 MB
- Stars: 2
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Lurch is an node-webkit based helper tool for web developers.
- You can create custom plugins that will integrate with lurch.
- You can easily switch between your projects.
- You can easily add or remove different projects and plugins.###Built on top of [nw.js](https://github.com/nwjs/nw.js)
Lurch uses nw.js and is written in Javascript.
###Docs & How to's
[Plugin how to](https://github.com/oddhill/lurch/blob/master/docs/Plugin/plugin-how-to.md)
[Plugin Docs](https://github.com/oddhill/lurch/blob/master/docs/Plugin/plugin-API.md)
[Example plugin](https://github.com/oddhill/lurch/blob/master/docs/examples/example-1.js)###Example plugins
[lurch-Clear-all-cache](https://github.com/ErikJohansson93/lurch-Clear-all-cache)
[lurch-toggle-hidden-files](https://github.com/olofjohansson/lurch-toggle-hidden-files)
[lurch-revert-all-features](https://github.com/ErikJohansson93/lurch-revert-all-features)###Downloads
####[Lurch v.1.0.0-beta.1](https://github.com/oddhill/lurch/releases/download/v1.0.0-beta.1/lurch-v1-0-0-beta-1.zip)
**Changelog:**
- Fixed the huge file size.
- Fixed help text on sidebar menu
- Fixed browse pluginsUnzip and move to Applications folder.
See full [changelog](https://github.com/oddhill/lurch/blob/master/CHANGELOG.md).
###Roadmap
- GUI improvements, there is a lot to be done here.
- Make Lurch more stable in general.
- Make Lurch play nicely with Android wear devices ([progress](https://github.com/jenslind/lurch-android)).
- Improve docs
- Improve REST-API###Node API helper lib
A node.js helper lib to communicate with lurch rest api.
It's pretty poorly written though. :)
https://github.com/jenslind/node-lurch###License
Lurch's code in this repo uses the GNU V2 license.