https://github.com/ispirett/duplicate-destroyer
Find and Destroy duplicate files on your computer.
https://github.com/ispirett/duplicate-destroyer
delete electron electron-app electronjs filesystem linux mac os windows
Last synced: 2 months ago
JSON representation
Find and Destroy duplicate files on your computer.
- Host: GitHub
- URL: https://github.com/ispirett/duplicate-destroyer
- Owner: Ispirett
- Created: 2019-06-23T02:55:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:45:36.000Z (over 3 years ago)
- Last Synced: 2025-01-14T04:29:02.927Z (over 1 year ago)
- Topics: delete, electron, electron-app, electronjs, filesystem, linux, mac, os, windows
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Duplicate Destroyer
##### Duplicate Destroyer allows users to delete duplicated files on their computer.
#### features
- Type Directory name in Search Bar
- List files from folder
- Delete duplicated files in directory /// Comming soon!!
- Click on any file and get a list of the duplicated files including that file itself.
### Built with
- Electron
- Javascript
### Lauch application
- Clone repository
```
npm install
```
- run app
```
npm start
```
# Want to be a contributor ? Start here
[Let me ccontribute :)](https://github.com/Ispirett/duplicate-destroyer/blob/master/Contribution.md)