{"id":16387854,"url":"https://github.com/dotmpe/user-scripts","last_synced_at":"2026-04-15T18:01:57.644Z","repository":{"id":53874371,"uuid":"145920361","full_name":"dotmpe/user-scripts","owner":"dotmpe","description":"An attempt to provide some fuel for ~erichs' Composure","archived":false,"fork":false,"pushed_at":"2026-03-31T00:56:22.000Z","size":1388,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T04:27:16.209Z","etag":null,"topics":["bash","busybox","composure","shell","shellcheck","sitefile"],"latest_commit_sha":null,"homepage":"https://travis-ci.org/dotmpe/user-scripts/branches","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotmpe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-08-24T00:07:19.000Z","updated_at":"2022-01-13T23:36:49.000Z","dependencies_parsed_at":"2023-01-31T19:01:22.942Z","dependency_job_id":"7aebea0d-998b-40f5-84e1-9f255332af7f","html_url":"https://github.com/dotmpe/user-scripts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dotmpe/user-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fuser-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fuser-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fuser-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fuser-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotmpe","download_url":"https://codeload.github.com/dotmpe/user-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotmpe%2Fuser-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","busybox","composure","shell","shellcheck","sitefile"],"created_at":"2024-10-11T04:27:42.900Z","updated_at":"2026-04-15T18:01:57.621Z","avatar_url":"https://github.com/dotmpe.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Scripts [![](http://img.shields.io/travis/bvberkum/user-scripts/master.svg)](https://travis-ci.org/bvberkum/user-scripts) ![repo license](https://img.shields.io/github/license/bvberkum/user-scripts.svg) ![commits per year](https://img.shields.io/github/commit-activity/y/bvberkum/user-scripts.svg) ![code size](https://img.shields.io/github/languages/code-size/bvberkum/user-scripts.svg) ![repo size](https://img.shields.io/github/repo-size/bvberkum/user-scripts.svg)\n\nBourne shell compatible scripts in various modules, and a method for loading\nmodules.\n\n\n### Usage\n\nUse the ``lib_load`` function to source ``\u003cmy_lib\u003e.lib.sh`` found anywhere on ``SCRIPTPATH``:\n```sh\nlib_load \u003cmy_lib\u003e\n```\n\nIf function ``\u003cmy_lib\u003e_load`` exists it is executed directly after sourcing.\n\nSet and export SCRIPTPATH for a script environment with ``init.sh``:\n```\nscriptpath=$PWD . ./tools/sh/init.sh\nlib_load \u003cmy_lib\u003e\n```\nor set from master/for dev:\n```\ntest -e ./tools/sh/init.sh ||\n  curl -sSO https://github.com/user-tools/user-scripts/blob/master/tools/sh/init-gh.sh | sh -\nscriptpath=$PWD . ./tools/sh/init.sh\n```\nA predefined set of modules is loaded.\n\n\n### Status\nReleased `lib_load` and some other routines for testing in the field. All other commits on 0.0 dev line (branch ``r0.0``).\n\n\nVersion: 0.0.1\n\n* [AGPL-3.0](COPYING)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fuser-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotmpe%2Fuser-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotmpe%2Fuser-scripts/lists"}