Browse popular repos on github by star trends from your command line!
Project description
Browse trending repos on Github by ⭐stars⭐ from your command line! 💻
Prerequisites
- Requires Python 3.6 or greater
Installation
pip install starcli
Remember to use pip3
instead of pip
if you also have Python 2 installed on your system
Usage
Usage: starcli [OPTIONS]
Browse trending repos on GitHub by stars
Options:
-l, --lang TEXT Language filter eg: python
-d, --date TEXT Specify repo creation date in ISO8601 format
YYYY-MM-DD
-L, --layout [list|table|grid] The output format (list, table, or grid),
default is list
-s, --stars TEXT Range of stars required, default is '>=50'
-r, --limit-results INTEGER Limit the number of results shown. Default: 7
-o, --order [desc|asc] Specify the order of repos by stars that is
shown, 'desc' or 'asc', default: desc
--debug Turn on debugging mode
--help Show this message and exit.
Issues, feature request, and feedback
- Issues, bug reports, or feature request: Don't hesitate to open an issue in this repo
- Feedback: any general feedback or questions about using StarCLI you can leave a comment on our Product Hunt page, remember to be nice :smiley:
Development
For contributing guidelines and how to set up your development environment, please
read CONTRIBUTING.md
.
Remember that all contributions to this project should follow its
CODE OF CONDUCT.
Uses
- CommandLine Argument parser: Click
- Colored and table console print:
rich
- HTTP library to send requests:
requests
Contributors ✨
Thanks goes to these wonderful people (emoji key):
Shagilton 💻 |
hexbee 🐛 |
Sam Wellander 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This project was forked from
githunt
(python)
made by Srinivasa Rao, which
in turn, is inspired by
githunt
(the JavaScript Web App).
Liked this project? Don't forget to give it a ⭐
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.