Skip to content

iXerol/exVMs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exVMs

CLI macOS 10.14+ App macOS 14.0+ Build

exVMs app icon

exVMs exports local recordings from Voice Memos.app on macOS.

It can be used as either:

  • a Rust CLI
  • a local unsandboxed macOS SwiftUI app

The tool reads the active Voice Memos recordings store, lists metadata, and copies local audio files to an output directory without overwriting existing files.

exVMs macOS app screenshot

CLI

Build the CLI:

cargo build --release --bin exvms --features cli

List recordings:

target/release/exvms view

Export selected recordings by the stable Z_PK ID shown by view:

target/release/exvms export -o /path/to/export --id 304 --id 305

Export all local recordings:

target/release/exvms export -o /path/to/export -a

Use a filename template:

target/release/exvms export -o /path/to/export -f "{datetime:%Y-%m-%d %H-%M-%S} {title}"

Supported template fields are {id}, {title}, {date:FORMAT}, {time:FORMAT}, and {datetime:FORMAT}. FORMAT uses strftime / chrono directives. The source file extension is appended automatically.

Recordings that are missing locally, still need download, or resolve outside the active Voice Memos recordings directory are not exported.

If macOS denies terminal access to Voice Memos data, grant Full Disk Access to the terminal app you use to run exvms.

macOS App

The app lists the current Voice Memos storage location and recordings in a table.

Basic flow:

  1. Open the app.
  2. If prompted, add exVMs to System Settings > Privacy & Security > Full Disk Access, then refresh.
  3. Choose an output directory. The app remembers this directory for future launches if it still exists.
  4. Filter or sort recordings if needed.
  5. Preview local recordings with Quick Look if needed.
  6. Enable the export checkbox for the recordings you want, or use Select All / Select None.
  7. Click Export.

The Export button stays disabled until an output directory exists and at least one exportable, not-yet-exported recording is selected.

The filename editor is a single mixed text field. Type literal text directly, and click the title/date/time chips to insert them at the current cursor position. The example below the field previews the resulting filename.

The app is localized in English, Simplified Chinese, Traditional Chinese, and Japanese.

More

Development, build, verification, and FFI details live in docs/development.md.

Historical planning snapshots live in plans/. They are kept as a record of decisions at the time and are not rewritten when later implementation choices change.

License

exVMs is licensed under the GNU Affero General Public License v3.0 or later. See LICENSE.

About

Recordings exporter (CLI + Mac app) for macOS Voice Memos app.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors