Skip to content

emic/XMLPaste

Repository files navigation

XMLPaste Build Status

XMLPaste is a command line tool to paste XML text of FileMaker clipboard objects.

Usage

The following options are available:

    -h, --help
    Print a brief help message.

    -n
    Do not print the trailing newline character. (macOS only)

    -o, --output <file>
    Write output to <file> instead of stdout.

    -p, --pretty
    Format the XML content.

    -v, --version
    Display version information.

Example of using XMLPaste from AppleScript

set xml to do shell script "/usr/local/bin/xmlpaste" as «class utf8»
set the clipboard to (xml as text)

Supported Versions

  • Claris FileMaker Pro 2025
  • Claris FileMaker Pro 2024

The end of support date for this software is the same as the EOL date of FileMaker Pro. See the following page for information about the EOL date of FileMaker Pro: https://support.claris.com/s/article/Claris-support-policy?language=en_US

System Requirements

  • macOS version : macOS Sonoma 14, macOS Sequoia 15 or macOS Tahoe 26
  • Windows version : Windows 11 Version 23H2 or later

Download

Download from the latest release page.

Author

Emic Corporation https://www.emic.co.jp/

License

This software is distributed under the MIT License.

About

A command line tool to paste XML text of FileMaker clipboard objects.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published