Skip to content

SiddharthShringi/Gitlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitlo

A Command Line Interface made in Python. It's simple tool that helps you to access Github API. I used Python library Click to make this application.

Install Package

 $ pip install gitlo 

Examples

Get user info

Use the gitlo user <username> command to get information of user.

$ gitlo user siddharthshringi
Name: Siddharth Shringi, Repos: 16, Bio: Python Developer | ML Enthusiast

Get repository list of user

Use the gitlo repos <username> command to get repository list.

$ gitlo repos siddharthshringi
blacksamsung.github.io
create-your-own-adventure
data
diary_of_programming_puzzles
django-rest-framework
Gitpy
hello-world
hello_world
markdown-here
my-first-blog
my-first-contact-app
recipes
reflections
siddharthshringi.github.io
Song-App
ThinkStats2

Get language percentage of each repository

Use the gitlo languages <username> <reponame> command to get language information in repository.

$ gitlo languages siddharthshringi Song-App
Python: 59.84%
HTML: 32.96%
CSS: 7.2%

License

MIT licensed. See the bundled LICENSE file for more details.

About

A Command Line Interface made in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages