Categorygithub.com/Cuuube/dit
repository
0.4.4
Repository: https://github.com/cuuube/dit.git
Documentation: pkg.go.dev

# Packages

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

# README

dit工具箱(开发中)

强制要求golang版本 >=1.18

编译:

make

运行:

./bin/dit sys overview
// ./bin/dit <module> <cmd>

范例:

# === dit sys ===
# overview 概览:
dit sys overview # 或者
dit sys

# === dit disk ===
# disk 查看硬盘使用
dit disk overview # 或者
dit disk

# === dit mem ===
# mem 查看内存使用
dit mem overview # 或者
dit mem

# === dit file ===
# mv 重命名:
dit file mv aaa.txt bbb.txt
dit file mv '(\w+).txt' '$1'