Closed itspluxstahre closed 1 year ago
Thanks for this!! Just want to note that I’m traveling and it may be a day or three before I am at a laptop and able to review this (especially since it’s in AppleScript!!).
On Wed, Oct 11, 2023 at 1:52 AM Plux Stahre @.***> wrote:
Simplification of the applescript and remove templates to make it a bit more robust and use functions in applescript to figure out the path to the pythonscript instead of template. The first-time-setup is still used to create buf1 + buf2 to make it a bit easier to set up the correct viewport before running the applescript.
You can view, comment on, or merge this pull request online at:
https://github.com/nolenroyalty/flappy-dird/pull/7 Commit Summary
- 4ab9fc3 https://github.com/nolenroyalty/flappy-dird/pull/7/commits/4ab9fc344e1e95e8dd3335c5e351b694959cf49d Simplify applescript
- 1c85259 https://github.com/nolenroyalty/flappy-dird/pull/7/commits/1c85259a627e8a4998d67058055544e915d3ed94 Fix readme as first-time-setup is still needed to make it easier
File Changes
(3 files https://github.com/nolenroyalty/flappy-dird/pull/7/files)
- M flap.py https://github.com/nolenroyalty/flappy-dird/pull/7/files#diff-a08c3e2e75a9d816677f489311c583e1ee942eea3bf173b670a69988f5eda49b (8)
- A flappy-dird.applescript https://github.com/nolenroyalty/flappy-dird/pull/7/files#diff-4cae7a6cf51740a5fa61cd8b959139cf7c086967de19c68c3f3d1efa0608a81b (40)
- D template.applescript https://github.com/nolenroyalty/flappy-dird/pull/7/files#diff-fa21224ad783c62b1155b5180ca81fcc5aeeb7f918b6219b8f7a248d7e87981f (31)
Patch Links:
- https://github.com/nolenroyalty/flappy-dird/pull/7.patch
- https://github.com/nolenroyalty/flappy-dird/pull/7.diff
— Reply to this email directly, view it on GitHub https://github.com/nolenroyalty/flappy-dird/pull/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMZIF5J6Z33XDVEMGT7OBLX6V4LVAVCNFSM6AAAAAA52VI5GSVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZTKOBQGIZTANQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Thanks again for this! Left a comment for my own benefit as much as anything but I'm gonna go ahead and merge :D
Simplification of the applescript and remove templates to make it a bit more robust and use functions in applescript to figure out the path to the pythonscript instead of template. The first-time-setup is still used to create buf1 + buf2 to make it a bit easier to set up the correct viewport before running the applescript.