Initial commit

This commit is contained in:
2026-05-17 15:23:48 +08:00
committed by mamamiyear
commit 6c00bf5a6f
3 changed files with 69 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
build/bin
node_modules
frontend/dist
# macOS release artifacts
*.dmg
*.dmg.cdr
*.zip
# Local secrets for signing / notarization (developer machines only)
.env
.env.local
scripts/.env
scripts/secrets.sh
# IDE
.trae/
.vscode/
+7
View File
@@ -0,0 +1,7 @@
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:
The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+44
View File
@@ -0,0 +1,44 @@
# SnipPicGo
SnipPicGo 是一个为“截完图马上发链接”而做的轻量截图工具。
它常驻菜单栏,通过全局快捷键一键唤起截图,选区确认后自动上传到你自己的 S3 兼容对象存储,并把图片链接直接复制到剪贴板。你不需要再经历“截图 -> 保存本地 -> 打开图床 -> 上传 -> 复制链接”这串繁琐操作。
如果你经常在聊天工具、工单、文档、Issue 或 PR 里发截图,SnipPicGo 的目标就是把这件事变成一次动作。
## 它适合谁
- 想把截图直接转成可分享链接的开发者、产品、测试
- 需要把截图直接发送给 CLI 类型的 Agent, 但又不想折腾复杂的 base64 编码传输的人
- 已经有自己的 S3 / MinIO / R2 / B2 图床的人
- 希望截图工具足够轻、足够快、不打断当前工作流的人
- 不想依赖第三方图床服务,更希望图片掌握在自己手里的人
## 核心功能
- 一键截图即上传:截图完成后自动上传,无需手动保存和拖拽文件
- 自动复制链接:上传成功后直接复制图片 URL,拿来就能贴
- 全局快捷键触发:无论当前在什么应用里,都能快速发起截图
- 菜单栏常驻:随用随取,不打断主流程
- 支持 S3 兼容存储:可接入 AWS S3、MinIO、Cloudflare R2、Backblaze B2 等
- 支持自定义公开地址:可配合 CDN 或自定义域名使用
- 上传失败自动兜底:至少保住截图文件,不会白截
## 为什么值得用
- 更快:把截图分享流程压缩成“按快捷键 -> 框选 -> 粘贴”
- 更省事:不用反复切换图床网页或手动整理图片文件
- 更可控:图片上传到你自己的对象存储,而不是托管在陌生服务上
- 更适合高频工作:特别适合要反复发截图沟通的人
## 使用方式
1. 打开应用,填写你的 S3 兼容对象存储配置
2. 保存并测试连接
3. 按下默认快捷键 `cmd+shift+a`
4. 框选截图区域
5. 直接粘贴刚刚自动复制好的图片链接
## 当前体验
SnipPicGo 当前主要围绕 macOS 打磨体验。如果你希望获得完整、顺滑的截图上传工作流,macOS 是目前最推荐的使用平台。