Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T16:23:43.000Z (about 4 years ago)
- Last Synced: 2024-10-12T00:44:26.765Z (about 1 month 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
![preview.gif](https://i.loli.net/2020/09/27/MlGn5aDwKX6LHSe.gif)### Screenshot
##### default state
![Screenshot from 2020-09-27 18-22-22.png](https://i.loli.net/2020/09/27/aY7Vg4GIxl9UtJd.png)
##### descending order
![Screenshot from 2020-09-27 18-48-19.png](https://i.loli.net/2020/09/27/5hkPwrs8Oy1IKXG.png)
##### ascending order
![Screenshot from 2020-09-27 18-48-10.png](https://i.loli.net/2020/09/27/oSFvZmnU3QhtOH7.png)### Features
* User interface
* Sort files by size
* Use hash sha256 for hashing files to quickly check all pairs for identity