{"id":14069558,"url":"https://github.com/TonnyL/toolman","last_synced_at":"2025-07-30T05:32:32.244Z","repository":{"id":107360903,"uuid":"424311743","full_name":"TonnyL/toolman","owner":"TonnyL","description":"A collection of tools","archived":false,"fork":false,"pushed_at":"2023-05-13T13:47:48.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T16:29:00.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TonnyL.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-11-03T17:02:26.000Z","updated_at":"2023-07-03T00:59:14.000Z","dependencies_parsed_at":"2024-02-07T13:15:12.585Z","dependency_job_id":null,"html_url":"https://github.com/TonnyL/toolman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TonnyL/toolman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2Ftoolman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2Ftoolman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2Ftoolman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2Ftoolman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TonnyL","download_url":"https://codeload.github.com/TonnyL/toolman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TonnyL%2Ftoolman/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267815187,"owners_count":24148356,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-08-13T07:07:02.825Z","updated_at":"2025-07-30T05:32:28.910Z","avatar_url":"https://github.com/TonnyL.png","language":"Shell","readme":"# 🛠 toolman\n\n## dev-setup\n\n```bash\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/TonnyL/dev-setup/main/setup.sh)\"\n```\n\n## rebase-all\nWhen you try to rebase all local branches onto `origin/master`, you may do:\n\n```bash\n% git fetch -p\n + 0000000000...1111111111 fix    -\u003e origin/fix  (forced update)\n   2222222222..333333333   master -\u003e origin/master\n% git branch\n  master\n* branch-a\n  branch-b\n\n% git switch master\n% git rebase origin/master\n% git switch branch-b\n% git rebase origin/master\n% git switch branch-a\n% git rebase origin/master\n```\n\nTo avoid wasting your lifetime typing, please do:\n\n```bash\nrebase-all\n```\n\n## actions_for_all_repos\nWhen your Git repository contains some submodules and you want to make some actions for all repositories(including main and submodules), you may do:\n\n```bash\n% git fetch -p\n% git rebase origin/main\n% cd submodule1\n% git fetch -p\n% git rebase origin/main\n% cd ../submodule2\n% git fetch -p\n% git rebase origin/main\n...\n```\n\nLife is short, don't waste your lifetime typing. Add the `rebase` action inside `actions-for-all-repos.sh` file and do:\n\n```bash\nsh actions-for-all-repos.sh\n```\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTonnyL%2Ftoolman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTonnyL%2Ftoolman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTonnyL%2Ftoolman/lists"}