# README
quicktool
quicktool - set of development mini tools.
Commands
Name | Description | Args |
---|---|---|
uuid | Generate UUID | |
md5 | Encode value to md5 | value - source value |
jsonpretty | Pretty json | value - source value |
time | Get time | |
mkdirs | Make directories | range - Range, example "0-20" fileMask - Mask to folder name, example "folder{number}" |
jsonpath | Get value from json by path | path - json path source - json path (string of content, file path) |
user | Get user data | |
password | Generate password | length - length of password |
base64 | Base64 encode/decode | action - action[encode,decode,] |
range | generate range | length - Range, example: 1-10 delta - delta value, example: +2 |
gpg | gpg | action - [pk,] key-id - |
untar | Extract tar archive | archive-path - path to archive |
tg-get-updates | get updates for telegram bot | token - Telegram bot token (or env var TELEGRAM_TOKEN) |