From 683ecaf13efd063caffd680ad10fddcddf1ce842 Mon Sep 17 00:00:00 2001 From: Alexandre <74072635+poponealex@users.noreply.github.com> Date: Sat, 5 Mar 2022 20:52:41 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a1e0067..5876197 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ - + ## It's a bird... It's a plane... @@ -11,14 +11,14 @@ It's **Suprenam**, a batch renaming utility which relies on the tool you know be Suprenam sits in the Finder Toolbar, waiting for you to **drag and drop** any selection of files and folders onto it. -

+

---- Then, it will open your favorite **text editor** with a list of names. Make use of all your superpowers to modify them: multi-cursors, Find and Replace, regular expressions, you (re)name it. -

+

When you're done, save and close. @@ -26,7 +26,7 @@ When you're done, save and close. The modifications are instantly applied on the selected items. -

+

Well, yet another achievement for Suprenam, I guess. 🎉 @@ -60,13 +60,13 @@ Suprenam is not as straightforward as it seems. It supports: - Press and hold cmd while dragging the Suprenam icon to the desired location. -

+

##### Setting up your default text editor (if needed) - By default, Suprenam may fall back on TextEdit, which is currently not able to send a signal when an editing window is closed, forcing you to quit it to proceed. This is a major annoyance, and we recommend you to set a more capable Text Editor as default. - To this end, right-click on a `.tsv` file, press alt, select `Always Open With` and choose your favorite text editor. -

+

#### Linux @@ -101,11 +101,11 @@ If this fails, try `pip3` instead of `pip`. Below, for instance, `"c"` has two “target“ names, which will cause Suprenam to abort… -

+

However, some desired bindings can be resolved along a “safe” path of renamings. For instance, the following renamings (from left to right: null, swapping, shifting, rolling) can always be obtained with careful intermediate renamings. -

+

A handful of accepted and rejected renaming schemes are documented (and tested) [here](test/examples.md). - So, whenever possible, the desired bindings have been silently converted into a “safe” sequence. The new bindings are then processed in order, and the corresponding renaming commands executed. At this stage, the only remaining possible errors should result from hardware failures or from modifications that have occurred in the file tree during the edition stage. Should such rare cases arise, all the completed renaming commands will be readily rolled back.