This script automates the process of searching and replacing text using predefined configurations across multiple slots. It is built using AutoHotkey and is perfect for users who frequently need to replace specific text patterns across various contexts.
-
Multiple Slot Configuration:
- Configure up to four different slots, each with its own search and replace text.
- Easily switch between slots via the simple GUI.
-
Easy To Use:
- Quickly apply your search and replace operations using hotkeys.
- small and lightweight program.
Download the latest version about the releases page Search-n-Replace.exe ...or just run the .ahk file...
-
Download AutoHotkey:
- Ensure that AutoHotkey is installed on your machine.
-
Clone or Download the Repository:
- Download the script Search-n-Replace.ahk
-
Run the Script:
- Double-click on
Search-n-Replace.ahk
to start the script.
- Double-click on
-
Open the GUI:
- You can access the GUI by double-clicking on the tray icon.
-
Select and Configure Slots:
- Choose a slot from the dropdown menu.
- Enter your desired search and replace text.
- Click on "Save Slot" to store the configuration.
-
Execute Slot:
- Press
F1
,F2
,F3
, orF4
to execute the search and replace operation using the corresponding slot.
- Example:
- If Slot 1 is configured to replace "item" with "product", pressing
F1
will search for "item" in the selected text and replace it with "product".
- If Slot 1 is configured to replace "item" with "product", pressing
This project is licensed under the MIT License - see the LICENSE file for details.