You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
8
8
# Features
9
9
Convert between various image, audio and video formats using the context menu. The addon is written in Python and available for **Nautilus** and **Nemo** file viewers. It adds a new option to the context menu to create an easy way to convert between a huge amount of file types.
10
-
The program offers many options to customise the appearance of its context menu. There are also a few extra formats, which can be added by installing optional dependencies.
11
-
The tool has a built-in auto-update function to make sure the newest version is always provided.
10
+
The program offers many options to customise the appearance of its context menu. There are also a few extra formats which can be added by installing optional dependencies.
11
+
The tool has a built-in auto-update function to make sure the newest version is always installed.
12
12
Note that the Nemo port is quite new and not as well tested as the Nautilus version. If you experience any problems, please report them on the [issue page](https://github.com/Lich-Corals/linux-file-converter-addon/issues/new/choose).
13
13
```mermaid
14
14
flowchart TD
@@ -41,12 +41,12 @@ Please head over to the installation page for your file manager:
If the script is installed in the home folder (~/.local/share/nautilus-python/extensions/) or has permissions to write in it's dictionary, it will update automatically as long as the automatic updates aren't disabled.
44
+
If the script is installed in the home folder or has permissions to write in it's dictionary, it will update automatically as long as automatic updates aren't disabled.
45
45
46
46
If automatic updates are disabled, you can run the installation commands again to update the program.
47
47
# Usage
48
48
49
-
Just rightclick on an supported file and choose the "Convert to..." option. In this sub menu you can select any file type you want to convert to.
49
+
Just right-click on any supported file and choose the "Convert to..." option. In this sub menu you can select any file type you want to convert to.
50
50
51
51
Converting a file can take some time. There is no indicator when the process is done.
0 commit comments