Skip to content

tonycody/lognit-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Installation

curl -s nit.lognit.com | sudo sh

Installing another version:

curl -s nit.lognit.com | sudo sh -s 1.2

Usage

First, connect to a server:

$ nit -s myserver

Then start using it!

$ nit '*'                 #searches everything
$ nit '*' -f              #searches everything, follows new messages
$ nit -i                  #requests current server message
$ nit 'abcd' -n 50 -f     #searches for 'abcd', last 50 messages, following new messages
$ nit 'abcd' -t 1         #searches for 'abcd', but waits only 1 second to all lognit nodes to respond.

More usage options:

$ nit --help

About

Lognit command-line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.2%
  • Shell 0.8%