Skip to content

Readme_cli is a command-line tool that instantly fetches and displays Readme files of GitHub repositories in the command line interface

License

Notifications You must be signed in to change notification settings

Genza999/readme_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme_cli

Readme_cli is a command-line tool that instantly fetches and diplays Readme files of github repositories in the command line interface

Installation

Requires Python 3.0> and Pip installed.

$ pip install read-me-cli==0.2.1

Usage

Run readme_cli with the url to the github repository:

$ readme_cli [github repository url]

This will fetch the readme.md contents of that repository and display them in the CLI.

Example

In the terminal, you type the command:

$ readme_cli https://github.com/vinta/awesome-python

The results:

Placeholder Demo

Note: Scrolling up and down is done by the Up and Down Keyboard buttons.

Contributing

To make a contribution, fork the repo, make your changes and then submit a pull request. Please try to adhere to the existing style. If you've discovered a bug or have a feature request, create an issue!

Technologies

Readme_cli is written in Python and built on Urwid. Beautiful Soup is used to scrape Github content.

Acknowledgements

Special thanks to awesome-cli-apps, awesome-shell, terminals-are-sexy, and awesome-mac for the inspiration!

About

Readme_cli is a command-line tool that instantly fetches and displays Readme files of GitHub repositories in the command line interface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages