From 215ed7f5a62315a68275acc480a246d7afa19b15 Mon Sep 17 00:00:00 2001 From: nsnail Date: Wed, 7 Dec 2022 10:38:30 +0800 Subject: [PATCH] --- README.md | 17 ++++++++++++++++- README.zh-CN.md | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 README.zh-CN.md diff --git a/README.md b/README.md index d83fc0a..011141c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ # dot -A full-featured utility - the programmer's swiss army knife \ No newline at end of file +A full-featured utility - the programmer's swiss army knife + +```mermaid +graph LR; +dot-v1.1.5-->File-newline-character-conversion-tool +dot-v1.1.5-->NTP-clock-synchronization-tool +dot-v1.1.5-->Various-text-codec-tools +dot-v1.1.5-->Remove-the-file-UTF-BOM +dot-v1.1.5-->Remove-the-blank-of-the-file +dot-v1.1.5-->Random-password-generator +dot-v1.1.5-->Json-utility +dot-v1.1.5-->Ip-utility-tool +dot-v1.1.5-->GUID-generator +dot-v1.1.5-->Git-command-bulk-executor +dot-v1.1.5-->screen-coordinates-and-color-selection-tool +``` \ No newline at end of file diff --git a/README.zh-CN.md b/README.zh-CN.md new file mode 100644 index 0000000..52a3767 --- /dev/null +++ b/README.zh-CN.md @@ -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 +``` \ No newline at end of file