{"id":16426645,"url":"https://github.com/gochomugo/msu","last_synced_at":"2026-03-04T10:01:23.820Z","repository":{"id":32376679,"uuid":"35952968","full_name":"GochoMugo/msu","owner":"GochoMugo","description":"A minimal Bash framework and CLI tool that makes writing, sharing and using bash scripts easy","archived":false,"fork":false,"pushed_at":"2025-12-19T17:40:44.000Z","size":253,"stargazers_count":12,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-22T07:33:59.814Z","etag":null,"topics":["bash","msu","scripting","shell","terminal"],"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/GochoMugo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","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":"2015-05-20T14:26:25.000Z","updated_at":"2025-12-19T17:40:48.000Z","dependencies_parsed_at":"2024-10-28T09:24:39.319Z","dependency_job_id":"097bf8bd-a772-4a54-8a09-d389037cdafb","html_url":"https://github.com/GochoMugo/msu","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/GochoMugo/msu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GochoMugo%2Fmsu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GochoMugo%2Fmsu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GochoMugo%2Fmsu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GochoMugo%2Fmsu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GochoMugo","download_url":"https://codeload.github.com/GochoMugo/msu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GochoMugo%2Fmsu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","msu","scripting","shell","terminal"],"created_at":"2024-10-11T08:09:48.972Z","updated_at":"2026-03-04T10:01:23.814Z","avatar_url":"https://github.com/GochoMugo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# msu\n\n\u003e A minimal Bash framework and CLI tool that makes writing, sharing\n\u003e and using bash scripts easy\n\n[![Tests](https://github.com/GochoMugo/msu/workflows/Tests/badge.svg)](https://github.com/GochoMugo/msu/actions/workflows/test.yml)\n\n* [Features](#features)\n* [Installation](#installation)\n* [Documentation](#documentation)\n* [Showcase of modules using `msu`][showcase]\n* [Project principles](#project-principles)\n* [License](#license)\n* Introductory blog posts:\n  - [hack with msu](https://mugo.gocho.live/posts/hack-with-msu/)\n  - [very first post](https://mugo.gocho.live/posts/msu-introduction/)\n\n\n## features\n\n\u003e **`msu` wishlist**\n\n* [x] [easy installation](#installation)\n* [x] self upgrade\n* [x] small internal library\n* [x] tested\n* [x] supports external modules\n* [x] auto-loading aliases from modules\n* [x] manpages\n* [ ] load/unload aliases\n* [ ] error catching/handling\n* [ ] bash completion\n* [ ] compatibility for other shell types e.g. zsh\n\n\n## installation\n\nThere are different ways of installing `msu`.\n\n1. The preferred way is to use the **OFFICIAL RELEASE**. Download\n   the latest tarball at https://github.com/GochoMugo/msu/releases/latest:\n\n    ```bash\n    $ tar xvf msu-x.x.x.tar.gz\n    $ cd msu-x.x.x/\n    $ ./install.sh\n    ```\n\n1. **Manual installing** by cloning this repo and running the\n   `install.sh` script.\n\n    ```bash\n    $ git clone https://github.com/GochoMugo/msu.git\n    $ cd msu/\n    $ ./install.sh\n    ```\n\n   This method is preferable if you will be contributing to the \n   project. Note that this uses the master branch, possibly with\n   unreleased changes. Also, the manpages are **not** installed.\n\nSee further [installation instructions][installation].\n\n\n## documentation\n\nYou can browse msu documentation from your terminal using `man`:\n\n```bash\n$ man 1 msu       # command\n$ man 3 msu       # library\n```\n\nA guide for [contributing to msu][contributing] is also available.\n\n\n## project principles\n\n1. **Little added complexity.** `msu` should **not** warrant the user to learn scripting all over again. An existing script should be converted into a module with less effort.\n1. **Minimal**. `msu` core should be as little as possible. How? Use common algorithms and data structures. Avoid doing something too fancy.\n1. **Highly configurable**. Using environment variables and command-line switches, `msu` should be configurable in all its operations, including installation.\n\n\n## license\n\n__The MIT License (MIT)__\n\nCopyright \u0026copy; 2015 GochoMugo \u003cmugo@forfuture.co.ke\u003e\n\n\n[contributing]:https://github.com/GochoMugo/msu/blob/master/docs/contributing.md \"Contributing to msu\"\n[installation]:https://github.com/GochoMugo/msu/tree/master/docs/installation.md \"msu installation\"\n[showcase]:https://github.com/GochoMugo/msu/wiki/Showcase \"showcase of modules using msu\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgochomugo%2Fmsu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgochomugo%2Fmsu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgochomugo%2Fmsu/lists"}