noeq

A command line client for noeqd

Stars
6

noeq - A command line client for noeqd

Install

You can download the binary here

Or clone this repo and build with Go weekly/weekly.2011-11-18 or later.

Use

$ noeq -h
Usage of noeq:
  -a="127.0.0.1:4444": the noeq address
  -c=1: the number of ids to generate
$ noeq
140193482529570816

ENVIRONMENT

If the server requires authentication, you'll need to set the NOEQ_TOKEN environment variable to match the servers when running this tool.

See Also

http://github.com/bmizerany/noeqd

LICENSE

Copyright (C) 2011 by Blake Mizerany (@bmizerany

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.