starcli

Browse trending GitHub projects from your command line

MIT License

Downloads
1.5K
Stars
542
Committers
21
starcli - v2.7.0

Published by hedyhli over 4 years ago

use click now

starcli - v2.6.2

Published by hedyhli over 4 years ago

Quick fix to the readme

starcli - v2.6.1

Published by hedyhli over 4 years ago

  • improve README
  • Add contributing file
  • add code of conduct
starcli - v2.6.0 improve list_layout and refactoring

Published by hedyhli over 4 years ago

  • improve list_layout
  • refactor layout files and functions
  • merged into one starcli/layouts.py
starcli - v2.5.1

Published by hedyhli over 4 years ago

readme improvements

starcli - v2.5.0

Published by hedyhli over 4 years ago

  • added --order, -o option to specify the order of repos by stars
  • improved --debug
starcli - v2.4.1

Published by hedyhli over 4 years ago

  • update version requirement in ReadMe
starcli - v2.4.0 add demo gif

Published by hedyhli over 4 years ago

  • added Demo Gif to the ReadMe fixed issue #2
starcli - v2.3.4

Published by hedyhli over 4 years ago

hot fix for the previous release

starcli - v2.3.3

Published by hedyhli over 4 years ago

  • updated starcli/__main__.cli() function
starcli - v2.3.2 better `list_layout` and new `limit-results` option

Published by hedyhli over 4 years ago

  • Reformatted list_layout
  • new: --limit-results option
starcli - v2.2.2

Published by hedyhli over 4 years ago

Fixed Python version requires

starcli - v2.2.1 fix readme and long description

Published by hedyhli over 4 years ago

Fixed read me for long description

starcli - v2.2.0

Published by hedyhli over 4 years ago

  • Fixed: datetime has no attribute fromisoformat
  • starcli now supports 3.6
  • Changed readme to rst type
starcli - v2.1.0 remove unneeded imports

Published by hedyhli over 4 years ago

  • only importing ArgumentParser in argparse
  • Removed dev-dependencies from setup.py and requirements.txt
  • Added requirements_dev.txt
starcli - v2.0.0

Published by hedyhli over 4 years ago

Changed:

  • migrated from click to argparse
  • some other refactoring

Added:

  • --debug option to view some debugging info
starcli - v1.3.0 new features and fixes

Published by hedyhli over 4 years ago

New:

  • --stars option to specify amount of star needed

Changed:

  • default amount if stars is now >=50
  • stats emojis updated for list and table layout

Fixed:

  • table can't display properly when language is none
starcli - v1.2.2 workflows/README badges

Published by hedyhli over 4 years ago

github action workflow and readme badge updates

starcli - v1.2.1 add tests, format

Published by hedyhli over 4 years ago

add pytest and format some code
also added codespell to requirements.txt

starcli - v1.2.0 refactoring

Published by hedyhli over 4 years ago

Refactor starcli!