Split bulk rename to its own paragraph

This commit is contained in:
Lyn Perrine 2025-09-06 23:56:10 -07:00
parent 26f9d26ed5
commit 569178948c

View File

@ -39,8 +39,9 @@ To toggle having a split view to be able to view two folders in press :kbd:`F6`
.. image:: split_view.png
To select all files in a directory is to press :kbd:`Control+ A`, :menuselection:`Edit --> Select All`, or right click :menuselection:`Select All` for all of the files. To select what you don't have selected press :kbd:`Control + Shift+ A`, :menuselection:`Edit --> Invert Selection`, or right click and select :menuselection:`Invert Selection`.
To select all files in a directory is to press :kbd:`Control+ A`, :menuselection:`Edit --> Select All`, or right click :menuselection:`Select All` for all of the files. To select what you don't have selected press :kbd:`Control + Shift+ A`, :menuselection:`Edit --> Invert Selection`, or right click and select :menuselection:`Invert Selection`. To bulk rename multiple files first select all the files you want to rename then :menuselection:`Edit --> Bulk Rename` or press :kbd:`Control+F2` and a dialog window will show up. To choose what to rename the selected files choose :guilabel:`Rename selected files to` as what to rename your files. To choose what number to start numbering your files change the :guilabel:`# will be replaced by numbers starting with` field. To pad numbers with zero check the :guilabel:`Pad numbers with zero if possible` checkbox. To use localized numbers check the :guilabel:`Use localized numbers` checkbox. To rename all these files press the :guilabel:`OK` button or to not rename them press the :guilabel:`Cancel` button.
To bulk rename multiple files first select all the files you want to rename then :menuselection:`Edit --> Bulk Rename` or press :kbd:`Control+F2` and a dialog window will show up. To choose what to rename the selected files choose :guilabel:`Rename selected files to` as what to rename your files. To choose what number to start numbering your files change the :guilabel:`# will be replaced by numbers starting with` field. To pad numbers with zero check the :guilabel:`Pad numbers with zero if possible` checkbox. To use localized numbers check the :guilabel:`Use localized numbers` checkbox. To rename all these files press the :guilabel:`OK` button or to not rename them press the :guilabel:`Cancel` button.
.. image:: bulk-rename.png