Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theskumar/github-utils
A collection of github command line utilities
https://github.com/theskumar/github-utils
Last synced: 7 days ago
JSON representation
A collection of github command line utilities
- Host: GitHub
- URL: https://github.com/theskumar/github-utils
- Owner: theskumar
- Created: 2015-03-12T12:02:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T12:12:10.000Z (over 9 years ago)
- Last Synced: 2024-10-11T21:53:59.742Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-utils
Bunch of command-line interfaces to access your github data. Created primarily for my day-to-day management tasks and because:
> plain text is the universal interface.
## Installation
```
sudo pip install https://github.com/theskumar/github-utils/archive/master.zip
```## command line tools
1. __List urls of all the repos in an organisation__
Run in your favorite terminal:
```
github-repos.py
```It will ask your github username, password and organisation name, and will list of urls of all the repos you have access to in that organisation.