Awesome Desktop Softwares
性能测试
evanwashere/mitata: benchmark tooling that loves you ❤️
https://github.com/sharkdp/hyperfine
开发工具版本管理
多显示器管理
屏幕录制
- Screen Studio - Mac 似乎能跑在虚拟机里录制 Windows
- Cursorful - Web 导出受限 1080p
- Bandicam - 能框选范围录制(比 OBS 好操作多了),高质量编码,就是破解 Bandicam 麻烦点
KeyCast
- boydaihungst/simple-tag.yazi: This is a Yazi plugin that add tags to files/folders. Each tag has its own tag key. DISCLAIM: This is not mactag, and won’t use mactag. 悬赏这里的 Clickable 是什么
- KeyCast on macOS
ANSI Print
Node
Markdown
File Server
终端增强
指令修正
终端文件管理器
需求:
- 简单地树状列出文件
- 能预览文本文件
- 跨平台,多架构,无依赖
当前:
- yazi
- lf 作为简单需求的备选
备选:
- broot
- 更适合用作文件一览,搜索倒不如 fzf 了
- ranger
- Python
- yazi 胜出
- 多栏文本自动折行
- filter 和 find 能保持状态
- 和 fd rg fzf 集成
- lf
- 文件预览无颜色
- 应用内没有帮助页面,在这里
- https://github.com/jarun/nnn
- No Windows Native Support, but Cygwin
yazi 必知技巧
s使用 fd 搜索文件S使用 ripgrep 搜索内容J/K滚动预览框
容器访问
- Mic92/cntr: A container debugging tool based on FUSE 调试从 scratch 打包的缺少 shell 的容器,比如 portainer
密钥管理
二进制文件
内容展示
- hevi | x-cmd install | 安装方式 无分隔有时更好阅读
- hexyl | x-cmd install | 安装方式 sharkdp 老牌工具
内容分析
- binsider | x-cmd install Binsider 可以执行静态和动态分析、检查字符串、检查链接库以及执行十六进制转储,所有这些都在用户友好的终端用户界面中完成
支持 Windows 的版本还未发布,需要cargo install binsider --no-default-features --git https://github.com/orhun/binsider安装,只能分析 ELF 文件,非 PE - ReFirmLabs/binwalk: Firmware Analysis Tool
文件对比
- sharkdp/binocle: a graphical tool to visualize binary data 图形化方式看二进制
- Diffing | ImHex
delta <(xxd a.bin) <(xxd b.bin)binwalk -W file1.bin file2.bin
系统调教
Windows 个性化
网络工具
DDNS
还未选定