Skip to content

Commit

Permalink
add some repo (eryajf#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Feb 25, 2024
1 parent 0b6fef0 commit c849f34
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 0 deletions.
5 changes: 5 additions & 0 deletions items/终端命令行工具/ack3.yaml
Original file line number Diff line number Diff line change
@@ -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.'
5 changes: 5 additions & 0 deletions items/终端命令行工具/autojump.yaml
Original file line number Diff line number Diff line change
@@ -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'
5 changes: 5 additions & 0 deletions items/终端命令行工具/broot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 终端命令行工具
owner: Canop
repo: broot
desc: '获取目录的概览,即使是一个大目录也能快速浏览'
desc_en: 'Get an overview of a directory, even a big one'
5 changes: 5 additions & 0 deletions items/终端命令行工具/dua-cli.yaml
Original file line number Diff line number Diff line change
@@ -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.'
5 changes: 5 additions & 0 deletions items/终端命令行工具/dust.yaml
Original file line number Diff line number Diff line change
@@ -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'
5 changes: 5 additions & 0 deletions items/终端命令行工具/procs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 终端命令行工具
owner: dalance
repo: procs
desc: '用 Rust 编写的 ps 的现代替代品'
desc_en: 'Modern replacement for ps written in Rust'
5 changes: 5 additions & 0 deletions items/终端命令行工具/ripgrep.yaml
Original file line number Diff line number Diff line change
@@ -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.'
5 changes: 5 additions & 0 deletions items/终端命令行工具/sd.yaml
Original file line number Diff line number Diff line change
@@ -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'
5 changes: 5 additions & 0 deletions items/终端命令行工具/silicon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 终端命令行工具
owner: Aloxaf
repo: silicon
desc: '一款能够将代码创建为漂亮的图片渲染的工具'
desc_en: 'A tool that can render code into beautiful images'
5 changes: 5 additions & 0 deletions items/终端命令行工具/xsv.yaml
Original file line number Diff line number Diff line change
@@ -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.'
5 changes: 5 additions & 0 deletions items/终端命令行工具/zenith.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit c849f34

Please sign in to comment.