niji

Version, currently master branch1 version
  • master branchlatestDec 2, 2017

github.com/picatz/niji

๐ŸŒˆ Turn your network packets into a command-line rainbow.

4 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  niji:
    github: picatz/niji
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.23.1
License
MIT
Author
Kent Gruber
Target
  • niji from src/niji.cr

Dependencies

Runtime Dependencies

README

่™น

๐ŸŒˆ Niji

Turn your network packets into a command-line rainbow.

screenshot

Installation

To compile niji, you're going to need to have crystal installed.

git clone https://github.com/picatz/niji.git
cd niji
make
make install

Or be really brave and pipe this into bash:

curl https://raw.githubusercontent.com/picatz/niji/master/install.sh | bash

Usage

Just run niji to start it.

$ niji

Specify a network interface to listen on.

$ niji eth0

Contributors

  • picatz Kent 'picat' Gruber - creator, maintainer