Skip to main content

My common cli tool.

Project description

Ik-cli

Build Status

Introduction

This application provides some common command line tools for me.

Install

You can use pip to install this tool.

pip install ik-cli

Usage

You can use main command to show all subcommands.

ik_cli -h
# the echo are:
Usage: ik_cli [OPTIONS] COMMAND [ARGS]...

Options:
  -v, --verbose  Enable verbose mode.
  -h, --help     Show this message and exit.

Commands:
  ip  get ip info
  time  timestamp convert

ip info

Now you can use ip subcommand to get point ip info from ip.sb.

ik_cli ip 8.8.8.8

# the echo is:
IP:              8.8.8.8
ASN:             15169
CONTINENT_CODE:  NA
COUNTRY:         United States
COUNTRY_CODE:    US
LATITUDE:        37.751
LONGITUDE:       -97.822
ORGANIZATION:    Google LLC
TIMEZONE:        America/Chicago

If you want get your host ip, you can do as follows:

ik_cli ip -m host

# echo
Your IP:  192.168.0.2
Method:   UDP

time convert

Now you can change string time (like: 2019-8-1 or 2019-8-2 12.09.11) to timestamp. Or change timestamp (like 1565007913) to string time.

Notice: the timezone depend on your machine's timezone.

ik_cli time '2019-08-05 13:14:11' 
# echo 
Timestamp:  1564982051
Time:       2019-08-05 13:14:11

ik_cli time 1564982100 
# echo
Timestamp:  1564982100
Time:       2019-08-05 13:15:00

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ik-cli-0.1.6.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

ik_cli-0.1.6-py2.py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page