Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.36 KB

Find File Conflicts


Helps to find file names which could have conflicts on Windows
(New File vs. new file)

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter


screenshot screenshot

Install from Github.

As first you need some packages

sudo apt install git meson

Clone repository and change directory

git clone https://github.com/artemanufrij/findfileconflicts.git
cd findfileconflicts

Compile, install and start Find File Conflicts on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.findfileconflicts