{"id":17693484,"url":"https://github.com/step-/yad-lib","last_synced_at":"2026-01-02T22:27:46.165Z","repository":{"id":145040368,"uuid":"143166793","full_name":"step-/yad-lib","owner":"step-","description":"A shell library for yad","archived":false,"fork":false,"pushed_at":"2023-06-25T12:08:55.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T04:44:32.728Z","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/step-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.GPL-3.0-or-later.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-01T14:24:56.000Z","updated_at":"2023-06-25T12:01:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"33eea1fc-3cea-457b-ab35-b4c757715231","html_url":"https://github.com/step-/yad-lib","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fyad-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fyad-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fyad-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/step-%2Fyad-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/step-","download_url":"https://codeload.github.com/step-/yad-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390864,"owners_count":20769478,"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-24T13:45:10.502Z","updated_at":"2026-01-02T22:27:46.124Z","avatar_url":"https://github.com/step-.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yad-lib\n\n_Enhance yad dialogs in your shell scripts._\n\nTo use `yad-lib` in your project you only need the [yad-lib.sh]\nfile ([download]), and a copy of the LICENSE file. Copy `yad-lib.sh`\nto a directory in your `$PATH`, and set execute permissions. Your\nscripts need to source `yad-lib.sh`. Refer to the [manual].\n\nThe other files in this repository are some [test scripts] for developers.\n\n## Introduction\n\nThis shell library simplifies and enhances yad\ndialog management by providing functions to:\n\n  * Check yad version and capabilities to ensure compatibility.\n\n  * Restart yad dialogs in the same screen position and size as before.\n\n  * Start yad sub-dialogs over or at the four edges of the\n    current dialog, for intuitive and visually consistent popups.\n\n## Compatibility\n\nThe library is tested against my [yad] fork for GTK-2 and GTK-3. The\nlibrary should also work with the [original yad] because it does not\nrely on yad, other than to run it once to determine its version number.\n\n## Projects using yad-lib.sh\n\nSeveral [Fatdog64 Linux] system utilities use yad-lib.sh.\n\n## Documentation\n\nRefer to the released [manual]. Up-to-date Markdown documentation is embedded\nin the library source file. To extract it run the following command:\n\n```sh\n( . /path/to/yad-lib.sh \u0026\u0026 yad_lib_doc /path/to/yad-lib.sh ) \u003e yad-lib-doc.md\n```\n\nConversely, to strip off markdown text and produce a smaller library file:\n\n```sh\n( . /path/to/yad-lib.sh \u0026\u0026 yad_lib_doc --strip /path/to/yad-lib.sh ) \u003e yad-lib-new.sh\n```\n\n## License\n\nThis work is dual-licensed under MIT and GNU GPL 3.0 (or any later version).\n\nSPDX-License-Identifier: MIT OR GPL-3.0-or-later\n\n## Links\n\n* Home page:\n[github.com/step-/yad-lib](https://github.com/step-/yad-lib)\n\n* Releases:\n[github.com/step-/yad-lib/releases](https://github.com/step-/yad-lib/releases)\n\n* My yad GTK-2 and GTK-3 fork:\n[github.com/step-/yad](https://github.com/step-/yad)\n\n* Yad tips thread at Puppy Linux forum:\n[forum.puppylinux.com/viewtopic.php?t=3922](https://forum.puppylinux.com/viewtopic.php?t=3922)\n\n* Yad tips thread Puppy Linux _OLD_ forum:\n[oldforum.puppylinux.com/puppy/viewtopic.php?t=97458](https://oldforum.puppylinux.com/puppy/viewtopic.php?t=97458)\n\n* The original yad:\n[github.com/v1cont/yad](https://github.com/v1cont/yad/)\n\n* Fatdog64 Linux:\n[distro.ibiblio.org/fatdog/web/](http://distro.ibiblio.org/fatdog/web/)\n\n[yad-lib.sh]: \u003chttps://github.com/step-/yad-lib/blob/master/usr/bin/yad-lib.sh\u003e\n[download]: \u003chttps://raw.githubusercontent.com/step-/yad-lib/master/usr/bin/yad-lib.sh\u003e\n[manual]: \u003chttps://github.com/step-/yad-lib/blob/master/usr/share/doc/yad-lib/index.md\u003e\n[test scripts]: \u003chttps://github.com/step-/yad-lib/tree/master/usr/share/yad-lib\u003e\n[yad]: \u003chttps://github.com/step-/yad\u003e\n[Fatdog64 Linux]: \u003chttps://distro.ibiblio.org/fatdog/web/\u003e\n[original yad]: \u003chttps://github.com/v1cont/yad\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-%2Fyad-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstep-%2Fyad-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstep-%2Fyad-lib/lists"}