githrun

A CLI tool to run Python scrip...
Log | Files | Refs | README | LICENSE

commit bd7a3e9581731f293e4b4ba2b6536829cd674bd8
parent d36633ab6ce5477d80ebb053bb6b3ffe67b7edd4
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date:   Thu,  5 Feb 2026 15:57:28 +0530

Update badges in README.md

Updated badges for PyPI version, Python compatibility, license, downloads, last commit, and contributors.
Diffstat:
MREADME.md | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -4,8 +4,12 @@ Githrun is a powerful CLI tool and Python library that lets you run, explore, and install Python code directly from GitHub and Gists. It handles dependencies, private repositories, and even turns remote scripts into local command-line tools. -[![PyPI version](https://badge.fury.io/py/githrun.svg)](https://badge.fury.io/py/githrun) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![PyPI version](https://img.shields.io/pypi/v/githrun.svg)](https://pypi.org/project/githrun/) +[![Python](https://img.shields.io/pypi/pyversions/githrun.svg)](https://pypi.org/project/githrun/) +[![License](https://img.shields.io/github/license/notamitgamer/githrun)](https://github.com/notamitgamer/githrun/blob/main/LICENSE) +[![Downloads](https://pepy.tech/badge/githrun)](https://pepy.tech/project/githrun) +[![Last Commit](https://img.shields.io/github/last-commit/notamitgamer/githrun)](https://github.com/notamitgamer/githrun/commits/main) +[![Contributors](https://img.shields.io/github/contributors/notamitgamer/githrun)](https://github.com/notamitgamer/githrun/graphs/contributors) ## Features @@ -155,4 +159,4 @@ Githrun stores configuration and cache files in your home directory: ## License -This project is licensed under the MIT License.- \ No newline at end of file +This project is licensed under the MIT License.
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror