Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artemanufrij/findfileconflicts

An elementary OS app
https://github.com/artemanufrij/findfileconflicts

conflict duplicates linux vala

Last synced: 27 days ago
JSON representation

An elementary OS app

Awesome Lists containing this project

README

        


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](https://travis-ci.org/artemanufrij/findfileconflicts.svg?branch=master)](https://travis-ci.org/artemanufrij/findfileconflicts)

### Donate
PayPal | LiberaPay | Patreon



Get it on AppCenter



![screenshot](screenshots/Screenshot.png)
![screenshot](screenshots/Screenshot_Conflicts.png)

## 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
```