Categorygithub.com/JoyZF/tools
modulepackage
1.0.5
Repository: https://github.com/joyzf/tools.git
Documentation: pkg.go.dev

# README

tools

toolkit by cobra, A collection of common tools,only for mac.

feature

  • 快速打开应用
  • 获取时间戳
  • 获取日期
  • base64加解密
  • 查询天气预报
  • 获取当前IP
  • KFC文案
  • 获取今日老黄历(原值返回)
  • git push 自动化

How to install

go install github.com/JoyZF/tools

How to use

快速打开应用

tools open -n c

获取时间戳

tools time

获取指定日期的时间戳

tools time "2024-01-01 00:00:00"

获取日期

tools date

时间戳转日期

tools date 1630483200

base64 加解密

tools base64 -d encode -s "需要加密的数据"

查询当前城市天气预报(根据IP)

tools weather

查询指定城市天气预报

tools weather 北京

获取当前IP

tools ip

随机获取KFC文案

tools kfc

随机今日老黄历

tools luck

# Packages

No description provided by the author
No description provided by the author