https://github.com/arrow2nd/memento
✨ VRChatの写真をワールド毎に自動整理するやつ
https://github.com/arrow2nd/memento
pictures-organizer vrchat windows
Last synced: 8 days ago
JSON representation
✨ VRChatの写真をワールド毎に自動整理するやつ
- Host: GitHub
- URL: https://github.com/arrow2nd/memento
- Owner: arrow2nd
- License: mit
- Created: 2025-04-10T04:03:02.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-04-15T14:56:29.000Z (16 days ago)
- Last Synced: 2025-04-23T03:55:42.572Z (8 days ago)
- Topics: pictures-organizer, vrchat, windows
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

✨️ VRChat内で撮影した写真をワールド毎に自動整理するやつ## できること
- タスクバーに常駐して、撮影された写真をワールド毎に自動整理
## できないこと
- 過去に撮影した写真の整理
- Windows以外での動作保証## ビルド
Windows環境を想定しています。
```sh
go install github.com/tc-hib/go-winres@latest
go generate
go build -tags prod -ldflags="-H=windowsgui -s -w -X github.com/arrow2nd/memento/app.appVersion=v.x.x.x" -o "dist/memento_v.x.x.x.exe"
```### アプリアイコンの埋め込み
[tc-hib/go-winres: Command line tool for adding Windows resources to executable files](https://github.com/tc-hib/go-winres)
を使っています。