Skip to content

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

Notifications You must be signed in to change notification settings

ShSamariddin/identical-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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