https://github.com/artemanufrij/findfileconflicts
An elementary OS app
https://github.com/artemanufrij/findfileconflicts
conflict duplicates linux vala
Last synced: 9 days ago
JSON representation
An elementary OS app
- Host: GitHub
- URL: https://github.com/artemanufrij/findfileconflicts
- Owner: artemanufrij
- Created: 2018-03-28T17:47:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:18:56.000Z (over 4 years ago)
- Last Synced: 2025-03-28T23:51:13.186Z (27 days ago)
- Topics: conflict, duplicates, linux, vala
- Language: Vala
- Homepage: http://anufrij.org
- Size: 6.87 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - File Conflicts Finder - Helps to find file names which could have conflicts on Windows [:white_check_mark:](https://appcenter.elementary.io/com.github.artemanufrij.findfileconflicts) (Applications / Development)
README
Find File Conflicts
Helps to find file names which could have conflicts on Windows
(New File
vs.new file
)
Designed for elementary OS
[](https://travis-ci.org/artemanufrij/findfileconflicts)
### Donate
PayPal | LiberaPay | Patreon

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