Skip to content

Commit 576933c

Browse files
authored
Create README.md
1 parent 87934f7 commit 576933c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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).

0 commit comments

Comments
 (0)