https://github.com/shsamariddin/identical-file
Developed an analogue of fdupes tool for searching duplicated files in the selected directory
https://github.com/shsamariddin/identical-file
c-plus-plus qmake qt qt-application qt-gui qt5 sha256 sha256-hash shell unix user-interface
Last synced: 3 months ago
JSON representation
Developed an analogue of fdupes tool for searching duplicated files in the selected directory
- Host: GitHub
- URL: https://github.com/shsamariddin/identical-file
- Owner: ShSamariddin
- Created: 2018-12-08T13:15:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T16:23:43.000Z (over 4 years ago)
- Last Synced: 2025-03-09T12:55:50.577Z (3 months ago)
- Topics: c-plus-plus, qmake, qt, qt-application, qt-gui, qt5, sha256, sha256-hash, shell, unix, user-interface
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Identical File - Qt applications
====================================================
Description
-----------
Developed an analogue of fdupes tool for searching duplicated files in the selected directoryInstall Qt 5 on Ubuntu
---------------------
Open a terminal. Type the following command and hit Enter:
```bash
sudo apt-get install qt5-default
```Run application
----------------------
Open a terminal. Type the following command and hit Enter:
Steps:
```bash
git clone https://github.com/ShSamariddin/identical-file.git
cd identical-file
chmod u+x linux.sh
./linux.sh
```
## Preview
### Screenshot
##### default state

##### descending order

##### ascending order
### Features
* User interface
* Sort files by size
* Use hash sha256 for hashing files to quickly check all pairs for identity