Alfred snippets for common Claris FileMaker functions and syntax patterns.
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.
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.
- Download the
FileMaker_Functions.alfredsnippetsfile from this repository. - Double-click the file to import it into Alfred.
- Ensure the Snippets feature is enabled in Alfred's preferences.
For more detailed instructions, see INSTALL.md.
Here are a few examples of what you can type to trigger the snippets:
;fmlet→ Inserts aLet ( [] ; )statement.;fmcase→ Inserts aCase ( test1 ; result1 {; test2 ; result2 ; ... ; defaultResult} )function.;fmjsonset→ InsertsJSONSetElement ( json ; keyOrIndexOrPath ; value ; type ).;fmsql→ InsertsExecuteSQL ( sqlQuery ; fieldSeparator ; rowSeparator {; arguments...} ).
For a full list and usage guide, see USAGE.md.
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.
Want to add a snippet or improve an existing one? See CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.