This commit is contained in:
2022-12-07 10:38:30 +08:00
parent 6e995dfdf4
commit 215ed7f5a6
2 changed files with 34 additions and 1 deletions

18
README.zh-CN.md Normal file
View File

@ -0,0 +1,18 @@
# dot
A full-featured utility - the programmer's swiss army knife
```mermaid
graph LR;
dot-v1.1.5-->newline-character-converter;
dot-v1.1.5-->ntp-time-sync-tool;
dot-v1.1.5-->text-encoding-tool;
dot-v1.1.5-->trim-utf8-bom-of-file
dot-v1.1.5-->remote-whitespaces-eof
dot-v1.1.5-->random-password-generator
dot-v1.1.5-->json-tool
dot-v1.1.5-->ip-tool
dot-v1.1.5-->guid-gennerator
dot-v1.1.5-->git-bulk-executor
dot-v1.1.5-->color-picker
```