Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
igrek51 committed Feb 18, 2024
1 parent 22ea39b commit 1984bb7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

Bulk rename tool based on regular expressions to rename multiple files at once.

<div align="center">
<a href="https://github.com/igrek51/regex-rename">GitHub</a>
-
<a href="https://pypi.org/project/regex-rename">PyPI</a>
-
<a href="https://igrek51.github.io/regex-rename">Documentation</a>
</div>

## Quickstart
Renaming multiple files at once:
```shell
Expand Down
8 changes: 8 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ hide:

Bulk rename tool based on regular expressions to rename multiple files at once.

<div align="center">
<a href="https://github.com/igrek51/regex-rename">GitHub</a>
-
<a href="https://pypi.org/project/regex-rename">PyPI</a>
-
<a href="https://igrek51.github.io/regex-rename">Documentation</a>
</div>

## Quickstart
Renaming multiple files at once:
```shell
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires-python = ">=3.7"
dynamic = ["dependencies"]

[project.urls]
homepage = "https://github.com/igrek51/regex-rename"
Homepage = "https://github.com/igrek51/regex-rename"


[build-system]
Expand Down

0 comments on commit 1984bb7

Please sign in to comment.