https://github.com/arrow2nd/memento
✨ VRChatの写真をワールド毎に自動整理するやつ
https://github.com/arrow2nd/memento
pictures-organizer vrchat windows
Last synced: 12 months ago
JSON representation
✨ VRChatの写真をワールド毎に自動整理するやつ
- Host: GitHub
- URL: https://github.com/arrow2nd/memento
- Owner: arrow2nd
- License: mit
- Created: 2025-04-10T04:03:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T16:15:51.000Z (about 1 year ago)
- Last Synced: 2025-06-21T23:37:22.124Z (12 months ago)
- Topics: pictures-organizer, vrchat, windows
- Language: Go
- Homepage: https://arrow2nd.booth.pm/items/6801241
- Size: 178 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)
を使っています。