{"id":17042157,"url":"https://github.com/bluem/pashua-binding-bash","last_synced_at":"2025-04-12T14:42:00.348Z","repository":{"id":19810005,"uuid":"23070311","full_name":"BlueM/Pashua-Binding-Bash","owner":"BlueM","description":"Bash binding for Pashua","archived":false,"fork":false,"pushed_at":"2020-06-23T20:12:54.000Z","size":13,"stargazers_count":38,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T09:12:28.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlueM.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-18T12:27:55.000Z","updated_at":"2025-01-06T01:12:55.000Z","dependencies_parsed_at":"2022-09-01T07:52:09.821Z","dependency_job_id":null,"html_url":"https://github.com/BlueM/Pashua-Binding-Bash","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueM%2FPashua-Binding-Bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueM%2FPashua-Binding-Bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueM%2FPashua-Binding-Bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueM%2FPashua-Binding-Bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueM","download_url":"https://codeload.github.com/BlueM/Pashua-Binding-Bash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248582974,"owners_count":21128484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:15:19.257Z","updated_at":"2025-04-12T14:42:00.312Z","avatar_url":"https://github.com/BlueM.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Overview\n===========\n\nThis is a Bash language binding (glue code) for using Pashua from Bash scripts. Pashua is a macOS application for using native GUI dialog windows in various programming languages.\n\nThis code can be found in a GitHub repository at https://github.com/BlueM/Pashua-Binding-Bash. For examples in other programming languages, see https://github.com/BlueM/Pashua-Bindings.\n\nOther related links:\n* [Pashua homepage](https://www.bluem.net/jump/pashua)\n* [Pashua repository on GitHub](https://github.com/BlueM/Pashua)\n\nUsage\n======\nThis repository contains two code files:\n\n* “example.sh” is an example, which does not do much more than define how the dialog window should look like and use the functions in the second file (which it includes by using `source`).\n* “pashua.sh” contains two functions. Usually you will only need `pashua_run()`, but if you would like to find out where Pashua is, you can also use `locate_pashua()`. You can put “pashua.sh” anywhere you like, and if it is in your `$PATH`, you can just use a simple `source pashua.sh` to load it (instead of dynamically determining the path, as in “example.sh”). Of course, you can also just take the functions use them inlined in your code.\n\nOf course, you will need Pashua on your Mac to run the example. The code expects Pashua.app in one of the “typical” locations, such as the global or the user’s “Applications” folder, or in the folder which contains “example.sh”.\n\n\nCompatibility\n=============\nThis code should run with a Bash that shipped with any OS X / macOS that is able to run Pashua.\n\nIt is compatible with Pashua 0.10. It will work with earlier versions of Pashua, but non-ASCII characters will not be displayed correctly, as any versions before 0.10 required an argument for marking input as UTF-8.\n\n\nAuthor\n=========\nThis code was written by Carsten Blüm, with a contribution by Tor Sigurdsson\n\n\nLicense\n=========\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluem%2Fpashua-binding-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluem%2Fpashua-binding-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluem%2Fpashua-binding-bash/lists"}