NeoTim / frack

a redis cli chat application (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frack

WARNING: Work In Progress...

A redis command-line chat application

Install

npm install frack -g

Setup

Create a json settings file in your HOME directory and name it .frack.json

{
  "name": "your nick name",
  "server": "redis server name",
  "port": 1000, // Redis Port
  "password": "redis server password",
  "channel": "channel you will be talking on"
}

Usage

frack
> Hello World
[foo] -> Hello World!

Commands

$ls

Display all users currently online

Coming Soon !

Search

frack search foo

or

frack
> $search foo

Looking for all messages that contain /foo/

About

a redis cli chat application (WIP)


Languages

Language:CoffeeScript 58.7%Language:JavaScript 41.3%