A macOS CLI tool that exports original photos and videos from the macOS Photos library using PhotoKit.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update checkout action to v6 for Node.js 24 compatibility

+1 -1
+1 -1
.github/workflows/release.yml
··· 12 12 release: 13 13 runs-on: macos-latest 14 14 steps: 15 - - uses: actions/checkout@v4 15 + - uses: actions/checkout@v6 16 16 17 17 - name: Run tests 18 18 run: swift test 2>&1 | head -100