frack
v0.0.4
Published
Redis Console Chat Application
Downloads
4
Readme
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!
Coming Soon !
Search
frack search foo
or
frack
> $search foo
Looking for all messages that contain /foo/