This repository contains a collection of FileMaker Snippets that can be used by this Raycast extension. To learn more about how the extension works, check out our blog post.
- Raycast (macOS only) (direct download)
- Claris Snippets extension (link to store)
- FileMaker Pro
- Clone this repository to your computer
Use the command line to cd
into the folder where you want these snippets to live, then run the following command:
git clone https://github.com/proofgeist/claris-snippets.git
- Add the folder to the Raycast Extension
Open Raycast and search for the Manage Snippet Locations
command, then select Add Location
. Give the location a name (e.g. "Proof+Geist" and enter the folder path where you cloned the repository)
That's it! Now you view and use these snippets in your own work with the Claris platform.
You may need to periodically run git pull
to update the snippets in your local repository. To recieve notifications when changes are made to this collection of snippets, you can watch this repository.
If you want to add a snippet to this collection, feel free to submit a Pull Request containing your new snippet.
- Fork this repository and clone the fork to your computer.
- This creates a copy of the repository in your own GitHub account, where you can make changes.
- Create your new snippet(s) using the Raycast extension and save them to the
snippets
folder within your fork.
- If you already have the snippets created and don't want to move them, locate the snippet using the Reveal in Finder command and there you can copy the file to your fork.
- Push your changes to your fork, then submit a Pull Request to this repository.