Last active
February 3, 2026 10:52
-
-
Save jackusay/220a8277714d0eabcc347dd85dd39d61 to your computer and use it in GitHub Desktop.
bash tool for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| econding check | |
| https://github.com/JetDemo/uchardet | |
| jq for json | |
| https://stedolan.github.io/jq/ | |
| wget | |
| https://github.com/lifenjoiner/wget-for-windows/tree/mydev | |
| https://eternallybored.org/misc/wget/ | |
| better cat | |
| https://github.com/sharkdp/bat | |
| --- | |
| tree | |
| https://github.com/dduan/tre | |
| erdtree (et) | |
| https://github.com/solidiquis/erdtree | |
| https://gnuwin32.sourceforge.net/packages/tree.htm | |
| --- | |
| sponge(clone) | |
| https://github.com/hymkor/sponge | |
| better time for time | |
| Hyperfine https://github.com/sharkdp/hyperfine | |
| Try a Grep alternative, such as ripgrep | |
| ack | |
| The Silver Searcher (ag) | |
| git-grep (git grep, within Git repositories only) | |
| ripgrep (rg) | |
| https://ddbeck.com/better-than-grep-for-writers/ | |
| - `bat` → `cat`:带有语法高亮和 Git集成的文件查看器。 | |
| - `eza`→ `ls`:支持颜色、图标和 Git 状态的列表工具。 | |
| - `fd`→ `find`:简单、快速且用户友好的查找工具。 | |
| - `ripgrep` 即 `rg`→ `grep`:极速的文本搜索工具。 | |
| - `zoxide` 即 `z` → `cd`:更智能的目录跳转工具,会记住你常去的路径。 | |
| - `git-delta` → `diff`:用于 git 的语法高亮 diff 查看器。 | |
| https://x.com/FradSer/status/2018290869301117161 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment