{"id":24295282,"url":"https://github.com/adnoctem/libsh","last_synced_at":"2025-03-06T06:44:06.132Z","repository":{"id":262523238,"uuid":"844128562","full_name":"adnoctem/libsh","owner":"adnoctem","description":"📚 A library of MIT-licensed Bash scripts, functions and executables; tested using BATS","archived":false,"fork":false,"pushed_at":"2025-01-12T02:03:46.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-19T22:17:27.938Z","etag":null,"topics":["bash","bash-scripting","bats","makefile","shell","shell-scripts"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adnoctem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-18T13:23:59.000Z","updated_at":"2025-01-12T02:04:43.000Z","dependencies_parsed_at":"2024-11-12T22:38:41.232Z","dependency_job_id":null,"html_url":"https://github.com/adnoctem/libsh","commit_stats":null,"previous_names":["fmjstudios/bashlib"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnoctem%2Flibsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnoctem%2Flibsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnoctem%2Flibsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adnoctem%2Flibsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adnoctem","download_url":"https://codeload.github.com/adnoctem/libsh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242163854,"owners_count":20082224,"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":["bash","bash-scripting","bats","makefile","shell","shell-scripts"],"created_at":"2025-01-16T18:39:37.884Z","updated_at":"2025-03-06T06:44:06.103Z","avatar_url":"https://github.com/adnoctem.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bash Library \u003cimg src=\"https://raw.githubusercontent.com/fmjstudios/artwork/0fbaea26cdaae204c9e6a03e5ec61d42d7b60cf7/projects/bashlib/icon/color/bash-icon-color.png\" alt=\"Bash Logo\" align=\"right\" width=\"225\"/\u003e\n\n[![GitHub top language](https://img.shields.io/github/languages/top/fmjstudios/bashlib)](https://www.gnu.org/software/bash/)\n[![GitHub License](https://img.shields.io/github/license/fmjstudios/bashlib?label=License)](https://opensource.org/license/mit)\n[![GitHub Tag](https://img.shields.io/github/v/tag/fmjstudios/bashlib?label=Version)](https://github.com/fmjstudios/bashlib/releases)\n[![Continuous Integration](https://github.com/fmjstudios/bashlib/actions/workflows/ci.yaml/badge.svg)](https://github.com/fmjstudios/bashlib/actions/workflows/ci.yaml)\n[![GitHub last commit](https://img.shields.io/github/last-commit/fmjstudios/bashlib?label=Activity)](https://github.com/fmjstudios/bashlib/commits/main/)\n\nA library of open-source [MIT][license]-licensed [Bash][bash] scripts written and maintained by `FMJ Studios` for use\nwith [Bash][bash] version 5 and above. Refer to the GNU Projects's in-depth [Bash Documentation][bash_docs] for more\ninformation on how these scripts work. Scripts meant for direct execution by the user, an init system or other means of\nautomation are located in the [`scripts`](scripts) directory. The [`lib`](lib) directory contains library scripts meant\nto be re-used across files or even different repositories with things like [Git Submodules][git_submodules] or _contrib_\nscripts like [git_subtree]. You may of course take a look at other repositories of ours for tips on how to achieve\nre-use.\n\n## ✨ TL;DR\n\n```shell\n./scripts/run.sh Arg1 # look at any shell tutorial if this confuses you\n```\n\n### 🔃 Contributing\n\nContributions are welcome via GitHub's Pull Requests. Fork the repository and implement your changes within the forked\nrepository, after that you may submit a [Pull Request][gh_pr_fork_docs].\n\n### 📥 Maintainers\n\nThis project is owned and maintained by [FMJ Studios](https://github.com/fmjstudios) refer to\nthe [`AUTHORS`](.github/AUTHORS) or [`CODEOWNERS`](.github/CODEOWNERS) for more information. You may also use the linked\ncontact details to reach out directly.\n\n### ©️ Copyright\n\n_Assets provided by:_ **[Icons8 LLC][icons8]**\n\n\u003c!-- File references --\u003e\n\n[license]: LICENSE\n\n\u003c!-- General links --\u003e\n\n[icons8]: https://icons8.com/\n[bash]: https://www.gnu.org/software/bash/\n[bash_docs]: https://www.gnu.org/software/bash/manual/\n[git_submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules\n[git_subtree]: https://www.atlassian.com/git/tutorials/git-subtree\n[gh_pr_fork_docs]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnoctem%2Flibsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadnoctem%2Flibsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadnoctem%2Flibsh/lists"}