Recursively scan entire folder trees for Office documents containing specific text.
Original files are never modified. Modified copies are saved with clear naming.
Dry run option lets you preview all changes before applying them.
Choose a folder containing your Word (.docx) and PowerPoint (.pptx) files.
Type the text you want to find. Enable case-sensitive matching if needed.
See all files containing matches with match counts. Select which files to modify.
Enter replacement text and click Replace. Modified files are created, originals untouched.
Download the latest version. Free and open source under the MIT license.
Releases are signed via Azure Artifact Signing. To build a signed version locally:
git clone https://github.com/pubino/across-the-office.git cd across-the-office npm install
set AZURE_TENANT_ID=your-tenant-id set AZURE_CLIENT_ID=your-client-id set AZURE_CLIENT_SECRET=your-client-secret
npm run dist:win
The signed executable will be created in the dist folder.