Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:45:36.000Z (about 2 years ago)
- Last Synced: 2024-10-04T03:58:28.456Z (3 months 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)