The work you put into TrueCommander, your custom commands, macros, templates, and more, does not have to stay on one site. Each of those modules can export its contents to a file and import them back on another site, so you can clone a setup, hand it to a teammate, or keep a backup.
What you can move
The configurations you create live in their own modules, and each one exports and imports independently:
- Custom Commands
- Macros
- Scheduled Commands
- Startup Commands
- Keyboard Shortcuts
- Email & PDF Templates
- Variables
- APIs
Each export is a standard .json file, one per module, so you pick exactly what travels.
Exporting
Open the module you want in wp-admin and click its Export button. TrueCommander downloads a .json file of that module's items. Repeat for each module you want to carry over, and keep the files together.
Importing
On the destination site, open the same module and click Import, then choose the matching .json file. The file is checked for a valid format before anything is applied, so a wrong or corrupted file is caught rather than half-loaded.
When this helps
- Agencies standardizing a baseline, build your command and macro set once, then import it onto every client site.
- Staging to production, move a configuration you have tested into the live site.
- Backups before experiments, export a working set, try changes, re-import if you want to roll back.
- Sharing, send a teammate your macros or templates as a file.
Good to know
Import and export move the items you have built, not your license or the plugin's global settings. Activation is handled separately, see Licensing and site activations. If a configuration references shared values like API keys or reusable snippets, keep those in Variables and export that module too so nothing breaks on the new site.
When you are importing into a site that already has items, it is worth running it on a staging copy first so you can confirm the result before touching production.
Frequently asked questions
.json file each. Together they cover your custom commands, macros, scheduled and startup commands, shortcuts, templates, variables, and APIs, so exporting each gives you the full set to import on another site.