{"id":20565874,"url":"https://github.com/phenax/bash-helpers","last_synced_at":"2026-05-04T10:35:51.860Z","repository":{"id":83227429,"uuid":"169901707","full_name":"phenax/bash-helpers","owner":"phenax","description":"A set of bash helper functions (Currently only git and github specific) to make my life easier","archived":false,"fork":false,"pushed_at":"2019-02-15T17:15:16.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T08:57:18.773Z","etag":null,"topics":["bash","git","github","pull-requests","shell"],"latest_commit_sha":null,"homepage":null,"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/phenax.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,"publiccode":null,"codemeta":null}},"created_at":"2019-02-09T18:55:43.000Z","updated_at":"2019-04-14T06:41:52.000Z","dependencies_parsed_at":"2023-06-29T00:16:02.358Z","dependency_job_id":null,"html_url":"https://github.com/phenax/bash-helpers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phenax/bash-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fbash-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fbash-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fbash-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fbash-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phenax","download_url":"https://codeload.github.com/phenax/bash-helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phenax%2Fbash-helpers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261110613,"owners_count":23111064,"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","git","github","pull-requests","shell"],"created_at":"2024-11-16T04:39:21.967Z","updated_at":"2026-05-04T10:35:51.807Z","avatar_url":"https://github.com/phenax.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Bash helpears\nA set of bash helper functions (Currently only git and github specific) to make my life easier.\n\n\n## Why\nIm lazy af.\n\n\n## Warning\nThis is only for linux.\nI don't know if this will work on your computer. The important thing is, it works on mine.\n\n\n## Installation\n\n* Clone this repo to wherever. (Something like `~/.bash-helpers` would be cool)\n```bash\ngit clone https://github.com/phenax/bash-helpers.git ~/.bash-helpers\n```\n\n* Add `~/.bash-helpers/bin` or your `PATH`. To do that, go to your `~/.bashrc` or `~/.zshrc` file and add the following to the bottom.\n```bash\nexport PATH=$HOME/bash-alias/bin:$PATH;\n```\n\n* Either open a new terminal tab/window or run this in your current terminal.\n```bash\nsource ~/.bashrc\n```\n\n* The previous step was the final step. This is just a \"Congratulations! You've done it\" step.\n\n\n\n## Commands available\n\n### Open your repository in the browser\n\nFor origin\n```bash\ngit open-repo\n```\n\nFor upstream repo\n```bash\ngit open-repo upstream\n```\n\n### Create a new pull request\n\nCurrent branch to origin/master\n```bash\ngit open-pr\n```\n\nCurrent branch to origin/develop\n```bash\ngit open-pr develop\n```\n\nCurrent branch to upstream/develop\n```bash\ngit open-pr develop upstream\n```\n\n### Create a new issue\n\nGo to create issue page\n```bash\ngit new-issue\n```\n\nIssue with title\n```bash\ngit new-issue \"Cant click on stuff\"\n```\n\nIssue with title to be created on upstream repo\n```bash\ngit new-issue \"Cant click on stuff\" upstream\n```\n\n### Git Amend\n\n```bash\ngit amend\n```\n\nEdit message\n```bash\ngit amend \"My message\"\n```\n\n### Sync\nHow dare they make me type \"origin\"?!\n\nWith master branch\n```bash\ngit sync\n```\n\nWith any other branch\n```bash\ngit sync develop\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fbash-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphenax%2Fbash-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphenax%2Fbash-helpers/lists"}