Skip to content

Commit

Permalink
Merge pull request #46 from Lich-Corals/dev
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
Lich-Corals authored Oct 11, 2024
2 parents 912a333 + 523ab52 commit 1ad4e0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

# Features
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.
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.
The tool has a built-in auto-update function to make sure the newest version is always provided.
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.
The tool has a built-in auto-update function to make sure the newest version is always installed.
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).
```mermaid
flowchart TD
Expand Down Expand Up @@ -41,12 +41,12 @@ Please head over to the installation page for your file manager:
- [Nemo](https://github.com/Lich-Corals/linux-file-converter-addon/blob/main/markdown/install-nemo.md)

# Updating
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.
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.

If automatic updates are disabled, you can run the installation commands again to update the program.
# Usage

Just right click 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.
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.

Converting a file can take some time. There is no indicator when the process is done.

Expand Down

0 comments on commit 1ad4e0c

Please sign in to comment.