From 590a663a3273929296fa1d6dd848fbef80d5c39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Sun, 5 May 2024 17:22:19 +0800 Subject: [PATCH] add new repo (#49) --- .../RustScan.yaml" | 5 +++++ .../fping.yaml" | 5 +++++ .../mtr.yaml" | 5 +++++ .../ossutil.yaml" | 5 +++++ .../peco.yaml" | 5 +++++ .../prettyping.yaml" | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 "items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/RustScan.yaml" create mode 100644 "items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/fping.yaml" create mode 100644 "items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/mtr.yaml" create mode 100644 "items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/ossutil.yaml" create mode 100644 "items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/peco.yaml" create mode 100644 "items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/prettyping.yaml" diff --git "a/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/RustScan.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/RustScan.yaml" new file mode 100644 index 0000000..c33bf40 --- /dev/null +++ "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/RustScan.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: RustScan +repo: RustScan +desc: '现代端口扫描仪,3 秒内扫描所有 65k 端口。' +desc_en: 'Modern port scanner that can scan all 65k ports in 3 seconds.' \ No newline at end of file diff --git "a/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/fping.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/fping.yaml" new file mode 100644 index 0000000..170c42e --- /dev/null +++ "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/fping.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: schweikert +repo: fping +desc: '一个向网络主机发送 ICMP 回显探测的程序,类似于 ping,但在 ping 多个主机时性能要好得多。' +desc_en: 'a program to send ICMP echo probes to network hosts, similar to ping, but much better performing when pinging multiple hosts. ' \ No newline at end of file diff --git "a/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/mtr.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/mtr.yaml" new file mode 100644 index 0000000..77f918d --- /dev/null +++ "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/mtr.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: traviscross +repo: mtr +desc: '能够显示网络每一跳信息的诊断工具。' +desc_en: 'A diagnostic tool that is able to show the route network packets take to a host' \ No newline at end of file diff --git "a/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/ossutil.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/ossutil.yaml" new file mode 100644 index 0000000..c87b95a --- /dev/null +++ "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/ossutil.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: aliyun +repo: ossutil +desc: '一个用户友好的命令行工具,用于访问阿里云 OSS。' +desc_en: 'A user friendly command line tool to access AliCloud OSS.' \ No newline at end of file diff --git "a/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/peco.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/peco.yaml" new file mode 100644 index 0000000..7f2b8f2 --- /dev/null +++ "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/peco.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: peco +repo: peco +desc: '简单的交互式过滤工具。' +desc_en: 'Simplistic interactive filtering tool.' \ No newline at end of file diff --git "a/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/prettyping.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/prettyping.yaml" new file mode 100644 index 0000000..1ffd811 --- /dev/null +++ "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/prettyping.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: denilsonsa +repo: prettyping +desc: 'prettyping 是标准工具的包装器 ping,目的是使输出更漂亮、更丰富多彩、更紧凑且更易于阅读。' +desc_en: 'prettyping is a wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read..' \ No newline at end of file