command
module
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Aug 17, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
これなに
タスクバーに常駐して、VRChat 内で撮影した写真をリアルタイムに JPEG
へ変換・ワールド毎に整理するアプリケーションです。
できること
- 自動起動
- タスクバーに常駐してリアルタイムに処理
YYYY-MM/[撮影ワールド名]/ のディレクトリを作成して自動で整理
- JPEGへ変換し、撮影日時・ワールド名をEXIF情報として書込む
できないこと
- 過去に撮影した写真の整理
- Windows以外での動作 (ビルドはできるはず)
ビルド
[!NOTE]
Windows環境を想定しています。
make build
もしくは
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
を使っています。
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.