renamify history
The history
command shows all previous renaming operations with their details.
renamify history [OPTIONS]
Options
Section titled “Options”--limit <N>
- Show only the N most recent entries
Examples
Section titled “Examples”# Show all operationsrenamify history
# Show last 5 operationsrenamify history --limit 5
Output Format
Section titled “Output Format”Operation ID: a3b7c9d4e8f2a6b1Date: 1734567890Pattern: getUserName → fetchUserProfileStatus: AppliedFiles modified: 23Files renamed: 5Backup location: .renamify/backups/a3b7c9d4e8f2a6b1/
Use the Operation ID with undo
or redo
commands.