Run
Prepare for Launch
- If you have added the program to PATH, open your terminal.
- If you have not added the program to PATH,
Shift+Right Clickin thesimplifyfolder and select 'Open Powershell Window Here'.
INFO
Further documentation assumes you have added the program to PATH. Replace simplify with .\simplify.exe to achieve the same effect.
Simplify Library
# Perform a preview run (no changes will be made)
simplify 'C:/PathOfLibrary'
# Perform a permanent run
simplify 'C:/PathOfLibrary' --rename
Include Folders
Unlike files, folders do not have extensions. This makes them difficult to scope. By default, folders are not renamed. This is to prevent undesired changes.
To include folders, pass --includefolders flag.
# Perform a preview run (no changes will be made)
simplify 'C:/PathOfLibrary' --includefolders
# Perform a permanent run
simplify 'C:/PathOfLibrary' --includefolders --rename
