Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.