{"id":28244394,"url":"https://github.com/aspadax/spm","last_synced_at":"2026-03-06T07:02:25.370Z","repository":{"id":288076263,"uuid":"966785564","full_name":"AspadaX/spm","owner":"AspadaX","description":"Shell Program Manager written in Rust for managing shell scripts.","archived":false,"fork":false,"pushed_at":"2025-07-06T13:37:13.000Z","size":36170,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T17:54:17.243Z","etag":null,"topics":["bash","bash-script","rust","scripting","scripting-language","shell","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/AspadaX.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.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}},"created_at":"2025-04-15T13:00:57.000Z","updated_at":"2025-07-17T09:53:59.000Z","dependencies_parsed_at":"2025-04-23T10:23:57.986Z","dependency_job_id":null,"html_url":"https://github.com/AspadaX/spm","commit_stats":null,"previous_names":["aspadax/spm"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/AspadaX/spm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2Fspm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2Fspm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2Fspm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2Fspm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AspadaX","download_url":"https://codeload.github.com/AspadaX/spm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AspadaX%2Fspm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"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","bash-script","rust","scripting","scripting-language","shell","shell-script"],"created_at":"2025-05-19T08:13:37.204Z","updated_at":"2026-03-06T07:02:25.357Z","avatar_url":"https://github.com/AspadaX.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spm, Shell Program Manager\n\nShell Program Manager written in Rust for managing shell scripts. \n\nNotice: This program is still in its early development phase. Be sure to check this out later! Or try it now!\n\n# Installation\n\n## Cargo\nIf you have `cargo` installed, you could run the following command to set it up:\n```bash\ncargo install spm\n```\n\n## Shell Script\nTODO\n\n# Usage\nRun the command to see a full list of available commands:\n```bash\nspm\n```\nThe output should look like this:\n```bash\nShell Program Manager written in Rust for managing shell scripts.\n\nUsage: spm \u003cCOMMAND\u003e\n\nCommands:\n  run            Run a shell script\n  install        Install a shell script program or from a Git repository\n  list           Show installed shell script programs\n  uninstall, -r  Uninstall shell script programs\n  check          Validate the shell script syntax\n  new            Create a new shell script project\n  version, -v    Check version info\n  help           Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n## Run a Shell Script\nYou don't need to set the privilige if you use `spm` to run a shell script, just type:\n```bash\nspm run ./path/to/your/shell/script # Can be an absolute path too\n```\n\n## Create a Shell Script Program\nYou can create a shell script program by using this command:\n```bash\nspm new \u003cyour-program-name\u003e\n```\nThis will create a simple `.sh` file with a `sh` shebang and a \"hello world\" function structure.\n\n## Install Programs from Git Repositories\nYou can now install all shell scripts from a Git repository:\n```bash\nspm install https://github.com/username/repository.git\n```\nThis will clone the repository and install all `.sh` files found within it.\n\n# TODOs\n\n- [x] Support install a program from a git repository. \n- [ ] Support AI features.\n- [ ] Check if the commands in a shell script has installed.\n\nAnd more to go as you raise an `issue` in this repository! \n\n# Contribute\n\nAny contribution is welcome. Issues, or PRs, whatever. There are no guidelines on how you should structure your code in this repository just yet. \n\n# License\n\nThis project is open source under MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspadax%2Fspm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspadax%2Fspm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspadax%2Fspm/lists"}