Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artemanufrij/findfileconflicts
- Owner: artemanufrij
- Created: 2018-03-28T17:47:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T22:18:56.000Z (about 4 years ago)
- Last Synced: 2024-08-03T03:02:33.535Z (4 months 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
[![Build Status](https://travis-ci.org/artemanufrij/findfileconflicts.svg?branch=master)](https://travis-ci.org/artemanufrij/findfileconflicts)
### Donate
PayPal | LiberaPay | Patreon
![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
```