jdEolConverter is a free and open source file end of line converter app for Linux, Windows and Mac Os. Using jdEolConverter, you can convert the End of Line of all files in a directory into the given format. It is very useful application when you use Linux and Windows and edit files in both. It is written in Python and uses PyQt6 as GUI toolkit and released under the GNU General Public License v3.0.
How to install jdEolConverter on Ubuntu Linux
jdEolConverter is available as a flatpak package file from the remote flathub repository. If you don’t have then install flatpak and flathub on your system and restart it after the installation. Follow the below link for the installation instructions.
Now open the terminal software using the show applications menu or via the ctrl+alt+t keys and run below jdEolConverter flatpak install command. It will install the latest version of jdEolConverter on your system.
flatpak install flathub page.codeberg.JakobDev.jdEolConverter
And use below command to open it. You can also open it from the show applications menu.
flatpak run page.codeberg.JakobDev.jdEolConverter
And uninstall jdEolConverter using below command.
sudo flatpak uninstall page.codeberg.JakobDev.jdEolConverter
That’s it.