• Stars
    star
    162
  • Rank 232,284 (Top 5 %)
  • Language
    Objective-C
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

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

Repository Details

Native macOS dialogs for scripting languages

Pashua: Native macOS dialogs for scripting languages

Pashua is a macOS application for creating native dialog windows from almost any programming language. Typically, it is used with languages that have none or only limited support for graphic user interfaces on macOS, such as AppleScript, Bash scripts, JavaScript, Perl, PHP, Python, Ruby, Tcl and others – and if your favourite language is not yet supported: writing the glue code for communicating with Pashua is pretty simple. See the Pashua Bindings repository for code and more information.

Pashua was written by Carsten Blüm (www.bluem.net) in Objective-C/Cocoa and should run on macOS/OS X 10.9 or later.

About the code

Pashua’s history goes back to 2003. Most of the code was written between 2003 and 2010, and the codebase never experienced a major refactoring. In other words: When inspecting the code, you will find generally mediocre code quality, lack of SOLID principles etc., and you should in no way use Pashua’s codebase as a reference for how macOS applications should be built. Despite that, Pashua is still a valuable tool used all over the world (albeit not used by me …), which is why I released it as Open Source Software (3-clause BSD license).

Compiling

It should be able to compile the project with Xcode 9 out of the box. Older versions are untested.

For pre-compiled binaries, see the Releases page.

Future plans

I do not have any roadmap for Pashua. Probably, I will have almost no time for working on it (as it was the case in the last few years), so its future is currently unclear.

Over the years, I got a lot of feature requests, but due to lack of time and motivation, I hardly implemented any of them. Meanwhile, I have added a number of these requests as issues. This does not necessarily imply that I intend to resolve any of them.

License

Pashua’s source code is released under the 3-clause BSD license

More Repositories

1

cliclick

macOS CLI tool for emulating mouse and keyboard events
Objective-C
1,512
star
2

Tree

PHP library for handling tree structures based on parent IDs, e.g. a self-joined database table
PHP
234
star
3

Pashua-Bindings

Information on bindings for Pashua
75
star
4

Pashua-Binding-Bash

Bash binding for Pashua
Shell
36
star
5

atadatem

OS X command-line tool for removing metadata files
Objective-C
31
star
6

Pashua-Binding-AppleScript

AppleScript binding for Pashua
AppleScript
29
star
7

Pashua-Binding-Python

Python binding for Pashua
Python
22
star
8

searchstringparser

Library for parsing search strings
PHP
12
star
9

Pashua-Binding-PHP

PHP binding for Pashua
PHP
9
star
10

XMLTransformer

Transforms XML (into XML, HTML, plaintext, …) using native PHP
PHP
8
star
11

Pashua-Binding-Perl

Perl binding for Pashua
Perl
7
star
12

Pashua-Binding-Ruby

Ruby binding for Pashua
Ruby
6
star
13

TEIShredder

PHP library for TEI XML indexing and retrieval
PHP
4
star
14

Pashua-Binding-Groovy

Groovy language binding for Pashua
Groovy
3
star
15

PHP-JavaScript-Serializer

Dependency-free serialization of PHP data to a JavaScript representation
PHP
2
star
16

form-change-tracker

Tracks pristine/dirty state of in-browser form controls
JavaScript
2
star
17

Pashua-Binding-Rexx

Rexx binding for Pashua
REXX
2
star
18

Pashua-Binding-Tcl

Tcl bindings for Pashua
Tcl
2
star
19

silex-solr-provider

Provides Apache Solr 4.*/5.* connectivity for Silex, Solr extension v2
PHP
1
star
20

form-control-event-name

Vanilla JS browser lib for getting name of an event emitted by a form control when changed
JavaScript
1
star
21

grunt-writetags

Simple Grunt task for writing tags for JS and/or CSS files to a file
JavaScript
1
star
22

http-response-assert

Performs assertions on responses for arbitrary HTTP(S) requests
JavaScript
1
star