All Projects β†’ nogizhopaboroda β†’ Iponmap

nogizhopaboroda / Iponmap

Licence: unlicense
commandline IP location finder

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Iponmap

Pizza Cli
πŸ• Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-76.8%)
Mutual labels:  cli, fun, tool
Genesis
Templating, scaffolding and generation tool
Stars: ✭ 122 (-51.2%)
Mutual labels:  cli, tool
Git Hub
Git command line interface to GitHub
Stars: ✭ 119 (-52.4%)
Mutual labels:  cli, tool
Grex
A command-line tool and library for generating regular expressions from user-provided test cases
Stars: ✭ 4,847 (+1838.8%)
Mutual labels:  cli, tool
Redis Cui
Simple, visual command line tool for redis
Stars: ✭ 101 (-59.6%)
Mutual labels:  cli, tool
Npm Try
πŸš† Quickly try npm packages without writing boilerplate code.
Stars: ✭ 103 (-58.8%)
Mutual labels:  cli, tool
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+1141.2%)
Mutual labels:  cli, tool
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-64%)
Mutual labels:  cli, tool
Rfc
πŸ“„ Read RFCs from the command-line
Stars: ✭ 185 (-26%)
Mutual labels:  cli, tool
Gossm
πŸ’»Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager
Stars: ✭ 192 (-23.2%)
Mutual labels:  cli, tool
Csview
πŸ“  A high performance csv viewer with cjk/emoji support.
Stars: ✭ 208 (-16.8%)
Mutual labels:  cli, tool
Snitch
Snitch is the tool that keeps your tests under surveillence.
Stars: ✭ 100 (-60%)
Mutual labels:  cli, tool
Rundeck Cli
CLI tool for Rundeck
Stars: ✭ 98 (-60.8%)
Mutual labels:  cli, tool
Trino
Trino: Master your translations with command line!
Stars: ✭ 118 (-52.8%)
Mutual labels:  cli, tool
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-61.6%)
Mutual labels:  cli, tool
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (-37.6%)
Mutual labels:  cli, tool
Hiper
πŸš€ A statistical analysis tool for performance testing
Stars: ✭ 2,667 (+966.8%)
Mutual labels:  cli, tool
Starred search
Fuzzy search your list of starred β˜… repositories on GitHub
Stars: ✭ 89 (-64.4%)
Mutual labels:  cli, tool
Scrmbl
πŸ›° Spy movies text reveal library and cli
Stars: ✭ 90 (-64%)
Mutual labels:  cli, fun
Protodep
Collect necessary .proto files (Protocol Buffers IDL) and manage dependencies
Stars: ✭ 167 (-33.2%)
Mutual labels:  cli, tool

iponmap

IpOnMap locates IP address lookup on the world map right in your terminal using awesome nodejs dashboard library blessed-contrib.

You might've seen it in the films about hackers. Now it's real with iponmap.

Demo:

term

screencast demo

Installation

npm install -g iponmap

Usage


$ iponmap -h

  Usage: iponmap [options] [ip...]

  Options:

    -h, --help            output usage information
    -v, --version         output the version number
    -t, --trace           trace points
    -c, --count           count uniq points

pass ips as a parameters

iponmap ip1 ip2 ip3

or through stdin (one ip per line)

cat iplist.txt | iponmap

or

iponmap < iplist.txt

or even

tail -f iplist.log.txt | iponmap  #draws new point on new line

Arguments

-c,--count: count uniq points

-t, --trace: trace points

-h, --help: print help message

-v, --version: print version

Examples

# show my ip on map
curl http://ipinfo.io/ip | iponmap
host google.com | iponmap -c
traceroute -n google.com | iponmap -t

Exit from application

escape, q , Ctrl-c

Bugs/Issues/Feature requests

Create new issue here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].