Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slate/slate
Slate IRC client
https://github.com/slate/slate
Last synced: 4 days ago
JSON representation
Slate IRC client
- Host: GitHub
- URL: https://github.com/slate/slate
- Owner: slate
- License: mit
- Created: 2013-09-17T16:18:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T00:32:37.000Z (over 10 years ago)
- Last Synced: 2025-01-15T01:22:00.204Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 1,924
- Watchers: 55
- Forks: 98
- Open Issues: 67
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - slate - Slate IRC client (JavaScript)
README
# Slate
Modern IRC client built with web technologies and node.js for OSX, Linux, and eventually Windows.
![slate irc client](https://dl.dropboxusercontent.com/u/6396913/slate/Screen%20Shot%202013-10-19%20at%2011.45.08%20AM.png)
![](https://dl.dropboxusercontent.com/u/6396913/slate/Screen%20Shot%202013-09-17%20at%207.47.36%20AM.png)
## Features
- themable with CSS
- scriptable with JavaScript
- keyboard shortcuts and mapping
- third-party plugin support
- entirely built with web technologies for extensibility## Installation
TODO: when we have distribution set up
## About
Slate is/was a single day hack project that was intended to be a kickstarter, however I ran out of time so now it's a partially-implemented IRC client! I had pretty lofty goals but unfortunately there's not enough time to go around, there are still many features missing, and it's not quite in a usable state, but with some community interest and love maybe it will get there some day! If not at least some useful/clean IRC libs are available at [https://github.com/slate](https://github.com/slate).
Conceptually I really just wanted a clean, minimalistic IRC client, completely extensible through plugins. Ideally most of the core is written using such plugins. The entire thing should be themable, and the default theme should be programmer-friendly, aka get all the clutter out of my way, I just want to see chat logs.
## Usage
- press `?` to display the shortcut dialog
## Building
Install node, [node-webkit](https://github.com/rogerwang/node-webkit) and clone the repo.
Build and run with:
```
$ make
```Build with:
```
$ make build
```Continuous build with:
```
$ watch make build
```# License
MIT