https://github.com/nbonamy/powerpoint-renumber-layouts
Script to rename layouts by renumbering them based on Master name
https://github.com/nbonamy/powerpoint-renumber-layouts
powerpoint powerpoint-automation powerpoint-files powerpoint-slides
Last synced: 3 months ago
JSON representation
Script to rename layouts by renumbering them based on Master name
- Host: GitHub
- URL: https://github.com/nbonamy/powerpoint-renumber-layouts
- Owner: nbonamy
- Created: 2020-04-24T14:05:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T15:17:44.000Z (over 3 years ago)
- Last Synced: 2025-01-13T20:27:35.692Z (4 months ago)
- Topics: powerpoint, powerpoint-automation, powerpoint-files, powerpoint-slides
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# powerpoint-renumber-layouts
## Description
Those scripts can be used to tidy up a Powerpoint file by renumbering the name of the layouts. If your master is named "Covers" then the layouts will be named:
- Covers 1
- Covers 2
- etc...The script will *NOT* update your original file but will create a new file appending "NEW" to the filename in the same folder of the original file. Nevertheless you should always make a backup of your files before running these scripts to prevent any loss of data.
## Executing
Running is straightforward:
```
./rename_layouts.sh
```The script will rename all layouts for master slides that start with some words. You can check and change the list of words by changing the `matches` variable in the `update_layouts.sh` script.
## Compatibility
These scripts were tested on MacOS.