https://github.com/walshydev/gh-cli
CLI app for me to do git and GitHub actions. Just to make my life easier and not need 40+ aliases
https://github.com/walshydev/gh-cli
Last synced: 2 months ago
JSON representation
CLI app for me to do git and GitHub actions. Just to make my life easier and not need 40+ aliases
- Host: GitHub
- URL: https://github.com/walshydev/gh-cli
- Owner: WalshyDev
- License: mit
- Created: 2020-09-03T09:13:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-03T00:31:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T13:43:30.663Z (4 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-cli
CLI app for me to do git and GitHub actions. Just to make my life easier and not need 40+ aliases## What is this?
`gh-cli` is a small CLI script which I made to remove a bunch of aliases I have. Currently it's still pretty basic but it will do all of the main functions I need.## How to install?
To install `gh-cli`, just have wget and python3 installed and then run this command:
`wget -O - https://github.com/WalshyDev/gh-cli/raw/main/setup.sh | bash`or alternatively, download `setup.sh` and run it.
## Contributing
If you wish to add additional features, clean up the code, improve performance or anything else then I am more than welcoming of PRs. I will try and review them as quick as possible but I have a lot of things to review on a daily basis have some patience.This project is licensed under MIT so feel free to pretty much do as you wish with the project!