Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.12 KB

File metadata and controls

39 lines (34 loc) · 1.12 KB

Identical File - Qt applications

Description

Developed an analogue of fdupes tool for searching duplicated files in the selected directory

Install Qt 5 on Ubuntu

Open a terminal. Type the following command and hit Enter:

sudo apt-get install qt5-default

Run application

Open a terminal. Type the following command and hit Enter: Steps:

git clone https://github.com/ShSamariddin/identical-file.git
cd identical-file
chmod u+x linux.sh
./linux.sh

Preview

preview.gif

Screenshot

default state

Screenshot from 2020-09-27 18-22-22.png

descending order

Screenshot from 2020-09-27 18-48-19.png

ascending order

Screenshot from 2020-09-27 18-48-10.png

Features

  • User interface
  • Sort files by size
  • Use hash sha256 for hashing files to quickly check all pairs for identity