nogizhopaboroda / Iponmap
Licence: unlicense
commandline IP location finder
Stars: β 250
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
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
Npm Try
π Quickly try npm packages without writing boilerplate code.
Stars: β 103 (-58.8%)
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
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
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
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:

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].