Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powerwolf543/DuplicateFinder
Duplicate Finder is a macOS application that is written by Swift. It's a useful tool that would help you find all duplicate files with the same names in the specific folder.
https://github.com/powerwolf543/DuplicateFinder
macos-app swift swiftpackage
Last synced: 11 days ago
JSON representation
Duplicate Finder is a macOS application that is written by Swift. It's a useful tool that would help you find all duplicate files with the same names in the specific folder.
- Host: GitHub
- URL: https://github.com/powerwolf543/DuplicateFinder
- Owner: powerwolf543
- License: mit
- Created: 2016-10-07T07:39:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T17:11:23.000Z (over 3 years ago)
- Last Synced: 2024-10-25T05:49:21.212Z (17 days ago)
- Topics: macos-app, swift, swiftpackage
- Language: Swift
- Homepage:
- Size: 984 KB
- Stars: 130
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - Duplicate Finder - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. ![swift_icon] (Applications / Utilities)
- open-source-mac-os-apps - Duplicate Finder - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. ![swift_icon] (Applications / Utilities)
- awesome-swift-macos-apps - Duplicate Finder - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. (Utilities / Text)
- awesome-swift-macos-apps - Duplicate Finder - It's a useful tool that would help you to find all duplicate files which have the same names in the specific folder. (Finder / Text)
README
[![swift](https://img.shields.io/badge/language-swift-red.svg)](https://developer.apple.com/swift/)
[![OSX](https://img.shields.io/badge/platform-MacOS-brown.svg)](https://developer.apple.com/swift/)
[![](https://github.com/powerwolf543/DuplicateFinder/workflows/UnitTests/badge.svg)](https://github.com/powerwolf543/DuplicateFinder/actions?query=workflow%3AUnitTests)
[![codecov](https://codecov.io/gh/powerwolf543/DuplicateFinder/branch/master/graph/badge.svg)](https://codecov.io/gh/powerwolf543/DuplicateFinder/)# Duplicate Finder
![duplicate_finder_screen_shot](https://user-images.githubusercontent.com/16394562/94992308-bc3bf000-05bb-11eb-95a9-907ec334c660.png)
**Duplicate Finder** is a macOS application that is written by Swift.
It's a useful tool that would help you find all duplicate files with the same names in the specific folder.- [Installation](#Installation)
- [Usage](#Usage)
- [Requirements](#Requirements)
- [Author](#Author)
- [License](#License)## Installation
Download the newest application on the [releases](https://github.com/powerwolf543/DuplicateFinder/releases) page.## Usage
### Search
1. Click `"Choose a target folder"` field to choose a target folder
2. (Optional) Set the paths which you want to exclude
3. (Optional) Set the file names which you want to exclude
4. Click `"Check"` button### Save Preference
- Tick `"Save Search Preference"`## Requirements
- Xcode 12.2
- Swift 5.3
- MacOS 10.15+## Author
Nixon Shih, [email protected]
## License
**Duplicate Finder** is available under the MIT license. See the LICENSE file for more info.