Skip to content

Repository files navigation

FileMaker Alfred Snippets

Alfred snippets for common Claris FileMaker functions and syntax patterns.

What is this?

This repository provides a collection of Alfred snippets designed specifically for Claris FileMaker developers. It allows you to quickly insert common FileMaker calculation functions, SQL syntax, JSON patterns, and more, directly into the FileMaker calculation dialog or any code editor.

Who is it for?

Claris FileMaker developers using macOS and the Alfred productivity app (with the Powerpack enabled) who want to speed up their workflow by typing short triggers instead of writing out full function names or syntax.

Installation

  1. Download the FileMaker_Functions.alfredsnippets file from this repository.
  2. Double-click the file to import it into Alfred.
  3. Ensure the Snippets feature is enabled in Alfred's preferences.

For more detailed instructions, see INSTALL.md.

Example Triggers

Here are a few examples of what you can type to trigger the snippets:

  • ;fmlet → Inserts a Let ( [] ; ) statement.
  • ;fmcase → Inserts a Case ( test1 ; result1 {; test2 ; result2 ; ... ; defaultResult} ) function.
  • ;fmjsonset → Inserts JSONSetElement ( json ; keyOrIndexOrPath ; value ; type ).
  • ;fmsql → Inserts ExecuteSQL ( sqlQuery ; fieldSeparator ; rowSeparator {; arguments...} ).

For a full list and usage guide, see USAGE.md.

Disclaimer

Note: This is an unofficial community utility. It is not affiliated with, endorsed by, or associated with Claris International Inc. or FileMaker. "FileMaker" and "Claris" are trademarks of Claris International Inc.

Helpful Links

Contributing

Want to add a snippet or improve an existing one? See CONTRIBUTING.md.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Alfred snippets for common Claris FileMaker functions and syntax patterns.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors