Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Inspirateur committed Oct 18, 2021
1 parent 8538845 commit ce421a8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Simple Renamer
A simple and smart bulk file renamer.

1/ in Regedit create the keys: HKEY_CLASSES_ROOT/*/Shell/Batch Rename/command
2/ change default value of command to `absolute/path/to/gui.exe "%1"`
## Preview
![](https://github.com/Inspirateur/SimpleRenamer/blob/master/preview/batch_renamer_demo.gif)

## Contextual Menu in Windows
1/ Find and open Regedit in start menu
2/ create the keys if not present: `HKEY_CLASSES_ROOT/*/Shell/Batch Rename/command`
3/ change default value of `command` to `absolute/path/to/gui.exe "%1"`

0 comments on commit ce421a8

Please sign in to comment.