Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjik/github-lookup-next-id
Bash script to lookup the next available ID of issue/PR in a GitHub repository.
https://github.com/vjik/github-lookup-next-id
Last synced: about 5 hours ago
JSON representation
Bash script to lookup the next available ID of issue/PR in a GitHub repository.
- Host: GitHub
- URL: https://github.com/vjik/github-lookup-next-id
- Owner: vjik
- License: bsd-3-clause
- Created: 2023-10-26T17:29:30.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-05T06:21:02.000Z (2 months ago)
- Last Synced: 2024-09-06T11:21:15.720Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GitHub Lookup Next ID Utility
[![GitHub release (with filter)](https://img.shields.io/github/v/release/vjik/github-lookup-next-id)](#)
[![GitHub](https://img.shields.io/github/license/vjik/github-lookup-next-id)](#)Bash script to lookup the next available ID of issue/PR in a GitHub repository.
[![](preview.gif)](#)
## General Usage
Run the script in GIT repository directory with the following command, providing an optional starting ID:
```shell
./github-lookup-next-id [startId]
```## License
The GitHub Lookup Next ID Utility is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.