1. 全平台
- freefilesync,文件夹同步工具
- ChatGPT流媒体解锁检测脚本:
bash <(curl -L -s media.ispvps.com) - https://gitlab.com/fscarmen/warp解锁应用端chatgpt
2. macos
2.1. 媒体工具
- snipaste截图软件
- kap屏幕gif录制工具,对于博客一类对于视频质量要求不高的可以开启Lossy GIF compression来减少体积
2.2. terminal
2.2.1. ghostty
现代化 GPU 加速终端模拟器
Cmd+T # 新建标签页
Cmd+D # 垂直分屏
Cmd+Shift+D # 水平分屏
Cmd+Shift+, # 重新加载配置
2.2.2. yazi
终端里浏览文件夹
y # 启动 Yazi(退出后会 cd 到当前目录)
# 快捷键(在 Yazi 中)
gh # 跳转到 home 目录
gc # 跳转到 .config 目录
gd # 跳转到 Downloads 目录
gw # 跳转到 work 目录
gD # 跳转到 Desktop 目录
gt # 跳转到 /tmp 目录
2.2.3. Zoxide
z work # 跳转到包含 "work" 的目录
z foo bar # 跳转到同时包含 "foo" 和 "bar" 的目录
zi work # 交互式选择(如果有多个匹配)
3. web
- [figma](Figma: The Collaborative Interface Design Tool](https://www.figma.com/): 一款UI Design、whiteboard tool
- notebooklm: AI笔记工具
- perplexity: AI搜索工具
- google ai studio: google ai实验工具,可以基与实时视频或分享屏幕的方式来交互
4. code
- uv An extremely fast Python package and project manager, written in Rust
评论