• Stars
    star
    106
  • Rank 324,606 (Top 7 %)
  • Language
    Python
  • Created over 12 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is Hamish Sanderson's appscript, imported from sourceforge (svn) to github (git).

Original source: http://sourceforge.net/projects/appscript

Hamish has made it very clear that he isn't willing to touch this code any further. So it seems obligatory that someone else should put it in a place and form where people can fork it and continue to maintain it. Here it is, then. Please fork and let's carry on.

GROUND OF BEING

This is open source. That means if you think there's a problem, and you care about it, you figure out Hamish's code and fix it. Keeping appscript alive is not my responsibility, it's everyone's responsibility. I didn't write it. I'm not its keeper. All I did was move it over from sourceforge to a good place. Less whining and more coding, please. Thank you.

NOTE

I am interested personally in rb-appscript. Python users and Objective-C users, you should fork and solve issues as they arise. I have no knowledge of Python and no way to test, so I don't want to take responsibility for changes in the Python code.

ISSUES

rb-appscript broke against iTunes, and later against the Finder. There's no reason in the world, however, why appscript should stop working just because Hamish insists on using 'ascr/gdte' as a way of fetching an application's dictionary. There are many other ways to fetch the dictionary that work perfectly well with appscript. Please see the rbappscript folder for my solution (for rb-appscript). It should not be difficult for a Python person to imitate this in Python if desired.

Thanks to kch for fixing the rb-appscript gemspec. If for any reason you still can't install as a gem, install manually (into the Ruby library), like this:

$ cd /path/to/trunk
$ ruby extconf.rb
$ make
$ make install

— Matt Neuburg

More Repositories

1

Programming-iOS-Book-Examples

Downloadable code examples for my books, "iOS 14 Programming Fundamentals With Swift" (bk1) and "Programming iOS 14" (bk2).
Swift
2,604
star
2

custom-alert-view-iOS7

how to create a small presented view that hovers in front of the interface like a UIAlertView
Swift
62
star
3

AsciiDoc-TextMate-2.tmbundle

AsciiDoc bundle for TextMate 2
49
star
4

applescript-stdlib

proposition: general-purpose AppleScript libraries that ought to be included in OS X
AppleScript
27
star
5

understandingCombine

Ruby
26
star
6

RubyFrontier

TextMate bundle for generating static Web sites
Ruby
19
star
7

BackgroundTaskOperation

iOS beginBackgroundTask / endBackgroundTask dance encapsulated as an Operation
Swift
10
star
8

pageViewControllerUsingInternalButtons

navigate between pages of a UIPageViewController by tapping buttons within the page
Swift
7
star
9

ReturnToViewController

See https://stackoverflow.com/a/54607078/341994
Swift
6
star
10

CombineAuthorization

Example of using Combine framework to do the iOS "check authorization and then..." dance.
Swift
5
star
11

CheckWeather

Swift
4
star
12

RemoveTest

Comparing three implementations for removing items from an array by index collection
Swift
4
star
13

TwoStoryboards

How to have an iPhone storyboard and an iPad storyboard under the scene architecture.
Swift
4
star
14

Programming-iOS-4-Book-Examples

4
star
15

UIImageViewToUIImagePointConversion

Utility to convert a point from UIImageView coordinates to UIImage coordinates
Swift
3
star
16

PaulHudsonCoordinatorDemo

Modernizing Paul Hudson's coordinator demo
Swift
2
star
17

InfiniteLayoutSubviewsBug

demonstrating iOS 11 bug with table view in navigation controller with large titles
Swift
2
star
18

LongerLabel

Swift
2
star
19

RegistrationExample

How to configure one-time registration dialog in iOS
Swift
2
star
20

ScreenSnapshotViewTest

Swift
2
star
21

CombineTesting

Demonstrating simple way to test a Combine pipeline
Swift
1
star
22

Reusable-UIView

Forked in order to create fix and pull request.
Swift
1
star
23

TestingCommandLineTool

Swift
1
star
24

SelfSizingCells

Swift
1
star
25

MessageBubble

Simple iOS message bubble
Swift
1
star
26

CNContactViewControllerBug

Showing a huge bug in CNContactViewController
Swift
1
star
27

variableRowHeights

how to change a cell's custom subview's internal height so as to get variable row heights in an iOS UITableView
Swift
1
star