File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ ![ ] ( https://img.shields.io/badge/Python-3.8.5-green )
2+
3+ ### Table of Contents
4+ - [ patch-id-fix] ( #patch-id-fix )
5+ - [ How to use] ( #how-to-use )
6+ - [ Licenses] ( #licenses )
7+
8+ # patch-id-fix
9+ This simple python script that allows you to quickly rename patch files 0000-X.patch in case the numbers are missed up.
10+
11+ # How to use
12+ run the file and it will ask you to provide the directory that contains the missed up patches, then a starting id.<br >
13+ Starting id is going to be used as the first id and then it will keep ** increasing** each time it renames a file.
14+
15+ numbers such as ` 1.1 ` or ` -1 ` is not allowed as a starting id. only Integers that is greater than 1.
16+
17+ # Licenses
18+ This project uses [ BSD 3-Clause "New" or "Revised" License] ( https://github.com/Invvk/patch-id-fix/blob/main/LICENSE ) .
You can’t perform that action at this time.
0 commit comments