Skip to content

Commit

Permalink
list features, use, and why in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd committed Sep 23, 2023
1 parent f2d4496 commit 8aed465
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# SharpFM
FileMaker Developer Utility

SharpFM is a cross platform (Mac, Windows, Linux) FileMaker Pro Developer Utility to help navigate migrating FileMaker code between FileMaker files. This means you can copy scripts, layouts, tables, etc across machine barriers like Remote Desktop, Citrix/XenApp or anything that can copy plain text between machines, save them for later, change them if you want, then finally re-paste them into the same or other FileMaker file.

## Features

- [x] Copy FileMaker Scripts, Tables, or Layouts From FileMaker Pro to their XML representation.
- [x] Edit raw FileMaker XML code (scripts, layouts, tables) with ability to paste changes back into FileMaker.
- [x] Use AvaloniaEdit for XML editing with syntax highlighting.
- [ ] Persist FileMaker clips between SharpFM runs.
- [ ] Better UI tools to mutate the Raw XML.

## App Icon

![Sharp FM](SharpFM.App/Assets/noun-sharp-teeth-monster-4226695.small.png)

sharp teeth monster by Kanyanee Watanajitkasem from [Noun Project](https://thenounproject.com/browse/icons/term/sharp-teeth-monster/) (CC BY 3.0)

0 comments on commit 8aed465

Please sign in to comment.