Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.1 KB

Personal command line tool

Build Status

Developed in Python3, also work smoothly in Python2 with python-future.

Usage: hbkit [OPTIONS] COMMAND [ARGS]...

Options:
  --version      Print out current version.
  --config FILE  The config file path.  [default: ~/.config/hbkit/hbkit.ini]
  -v, --verbose  Print execution details.
  --help         Show this message and exit.

Commands:
  backup   Make a backup copy for file or directory.
  clash    Some tools about using clash
  config   Commands about configuration management.
  dns      DNS Management Commands.
  fs       FileSystem management tools.
  git      Tools for git.
  github   Tools about github.
  ip       Tools about ip address.
  mac      Tools for living in macOS.
  random   Generate random string.
  time     Tools about date & time.
  upgrade  Upgrade hbkit from github.
  yaml     Tools about parsing yaml files.

Setup Dev Environment

  1. Create add active a virtualenv;
  2. Run pip install -e '.[dev]' in root dir;
  3. Run py.test;