Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maggie-j-liu/gh-star
⭐️ A Github CLI extension for starring repos.
https://github.com/maggie-j-liu/gh-star
gh-extension
Last synced: 3 months ago
JSON representation
⭐️ A Github CLI extension for starring repos.
- Host: GitHub
- URL: https://github.com/maggie-j-liu/gh-star
- Owner: maggie-j-liu
- Created: 2021-08-28T02:13:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T02:13:27.000Z (over 3 years ago)
- Last Synced: 2024-10-11T11:58:57.172Z (4 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - maggie-j-liu/gh-star - ⭐️ A Github CLI extension for starring repos. (Shell)
README
# gh-star
A Github CLI extension for starring repos.## Installation
```
gh extension install maggie-j-liu/gh-star
```## Usage
```
USAGE:
gh star [ | /] [flags]
Provide a username to star all the repositories of that user
Specify a specific repository to star only that repository
FLAGS:
-h, --help Shows help information
-r, --remove Removes stars instead of adding stars
```