Skip to content

renamify history

The history command shows all previous renaming operations with their details.

Terminal window
renamify history [OPTIONS]
  • --limit <N> - Show only the N most recent entries
Terminal window
# Show all operations
renamify history
# Show last 5 operations
renamify history --limit 5
Operation ID: a3b7c9d4e8f2a6b1
Date: 1734567890
Pattern: getUserName → fetchUserProfile
Status: Applied
Files modified: 23
Files renamed: 5
Backup location: .renamify/backups/a3b7c9d4e8f2a6b1/

Use the Operation ID with undo or redo commands.