From 4531e07a893906d72ac7526e2779ad292cec910d Mon Sep 17 00:00:00 2001 From: eryajf Date: Sun, 25 Feb 2024 16:55:44 +0800 Subject: [PATCH] add some repo --- .../ack3.yaml" | 5 +++++ .../autojump.yaml" | 5 +++++ .../broot.yaml" | 5 +++++ .../dua-cli.yaml" | 5 +++++ .../dust.yaml" | 5 +++++ .../procs.yaml" | 5 +++++ .../ripgrep.yaml" | 5 +++++ .../sd.yaml" | 5 +++++ .../silicon.yaml" | 5 +++++ .../xsv.yaml" | 5 +++++ .../zenith.yaml" | 5 +++++ 11 files changed, 55 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/ack3.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/autojump.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/broot.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/dua-cli.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/dust.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/procs.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/ripgrep.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/sd.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/silicon.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/xsv.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/zenith.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/ack3.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/ack3.yaml" new file mode 100644 index 0000000..d4741d3 --- /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/ack3.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: beyondgrep +repo: ack3 +desc: 'ack 是一个代码搜索工具,类似于 grep,但针对搜索大型源代码树的程序员进行了优化。' +desc_en: 'ack is a code search tool, similar to grep, but optimized for programmers searching large source code trees.' \ 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/autojump.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/autojump.yaml" new file mode 100644 index 0000000..f25bfdb --- /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/autojump.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: wting +repo: autojump +desc: 'autojump 是一个快速跳转到目录的命令行工具,它可以记住你经常访问的目录并通过模糊匹配的方式快速跳转到目标目录' +desc_en: 'autojump is a command line tool for quickly jumping to directories. It remembers the directories you visit and allows you to jump to them quickly by fuzzy matching' \ 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/broot.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/broot.yaml" new file mode 100644 index 0000000..6308de1 --- /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/broot.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: Canop +repo: broot +desc: '获取目录的概览,即使是一个大目录也能快速浏览' +desc_en: 'Get an overview of a directory, even a big one' \ 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/dua-cli.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/dua-cli.yaml" new file mode 100644 index 0000000..5bfe832 --- /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/dua-cli.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: Byron +repo: dua-cli +desc: '一个可以方便地了解给定目录的磁盘空间使用情况的工具。可以选择删除多余的数据。' +desc_en: 'A tool to conveniently understand the disk space usage of a given directory. Can choose to delete redundant data.' \ 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/dust.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/dust.yaml" new file mode 100644 index 0000000..37626f6 --- /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/dust.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: bootandy +repo: dust +desc: '一个现代的 du (磁盘使用情况) 命令行工具,用于查看磁盘使用情况' +desc_en: 'A modern du (disk usage) command-line tool with more intuitive output' \ 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/procs.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/procs.yaml" new file mode 100644 index 0000000..5d34ef8 --- /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/procs.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: dalance +repo: procs +desc: '用 Rust 编写的 ps 的现代替代品' +desc_en: 'Modern replacement for ps written in Rust' \ 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/ripgrep.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/ripgrep.yaml" new file mode 100644 index 0000000..fd83ba5 --- /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/ripgrep.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: BurntSushi +repo: ripgrep +desc: '一个面向行的搜索工具,它递归地搜索当前目录中的正则表达式模式。默认情况下,ripgrep 将遵守 gitignore 规则并自动跳过隐藏文件/目录和二进制文件。' +desc_en: 'A line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your gitignore rules and automatically skip hidden files/directories and binary files.' \ 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/sd.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/sd.yaml" new file mode 100644 index 0000000..c6e6456 --- /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/sd.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: chmln +repo: sd +desc: '与sed命令类似,但提供更加直观的查找和替换能力' +desc_en: 'Similar to the sed command, but provides a more intuitive search and replace capability' \ 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/silicon.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/silicon.yaml" new file mode 100644 index 0000000..71d3cb7 --- /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/silicon.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: Aloxaf +repo: silicon +desc: '一款能够将代码创建为漂亮的图片渲染的工具' +desc_en: 'A tool that can render code into beautiful images' \ 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/xsv.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/xsv.yaml" new file mode 100644 index 0000000..31cf45c --- /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/xsv.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: BurntSushi +repo: xsv +desc: '一个用于索引、切片、分析、分割和连接 CSV 文件的命令行程序。' +desc_en: 'A command-line program for indexing, slicing, analyzing, splitting and joining CSV files.' \ 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/zenith.yaml" "b/items/\347\273\210\347\253\257\345\221\275\344\273\244\350\241\214\345\267\245\345\205\267/zenith.yaml" new file mode 100644 index 0000000..7357fb5 --- /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/zenith.yaml" @@ -0,0 +1,5 @@ +kind: 终端命令行工具 +owner: bvaisvil +repo: zenith +desc: '类似 top 或 htop,还具有可缩放图表、CPU、GPU、网络和磁盘使用情况的能力' +desc_en: 'Similar to top or htop, but with the ability to scale charts, CPU, GPU, network, and disk usage' \ No newline at end of file