dupeGuru

A

Anonymous

dupeGuru 3.9.1
dupeGuru to narzędzie do wyszukiwania duplikatów. Aplikacja pozwala na znalezienie powtarzających się danych, skanując w zależności od ustawień: nazwy katalogów i plików oraz ich zawartość. Potrafi przetwarzać dokumenty tekstowe oraz w ograniczonym zakresie grafiki i muzykę. Istnieją jednak przygotowane przez producenta wydania, przystosowane do analizy plików multimedialnych. Można je pobrać z oficjalnej strony.

Program posiada minimalistyczny, prosty w zrozumieniu interfejs. Aby przeskanować dane, należy wczytać listę katalogów i nacisnąć na przycisk rozpoczynający działanie. Po zakończeniu operacji wyniki widoczne są na czytelnej liście. Można je następnie zapisać do pliku HTML lub jako projekt dupeGuru. Narzędzie udostępnia ponadto szereg opcji konfiguracyjnych. Szybko można podejrzeć procent zgodności plików oraz szczegółowe informacje dotyczące wybranych danych, zmienić nazwy, usunąć duplikaty do kosza, skopiować powtarzające się pliki do innego katalogu. Wśród innych ciekawych opcji znajdują się:
- pomijanie plików o wielkości mniejszej niż podana w oknie konfiguracji,
- usuwanie pustych folderów po przeniesieniu duplikatów,
- używanie wyrażeń regularnych podczas filtrowania,
- określanie minimalnego poziomu zgodności,
- przechowywanie listy ostatnio wybranych katalogów,
- określanie własnych komend.

dupeGuru rozpowszechniony jest na licencji Fairware. Przed rozpoczęciem pracy warto zapoznać się ponadto z bogatą dokumentacją, dostępną bezpośrednio na oficjalnej stronie producenta.

info:programosy.pl

Windows (64-bit)Win7, Win8, older
Mac OS X
Ubuntu

Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19243
Reakcje/Polubienia
56075
dupeGuru 4.0.4
Released on May 14

This release brings many bug fixes as well as better windows support. In order to start getting the release out, binaries will be added as they are built until all platforms are added. To follow progress check
Zaloguj lub Zarejestruj się aby zobaczyć!
.

Changes Since Last Release
Other Notes
  • All binary versions built with Python 3.7
  • Release files are signed with GPG

dupeGuru_2.jpg

Instalator 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Instalator 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable .paf:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19243
Reakcje/Polubienia
56075
dupeGuru 4.1.1
Version 4.1.1 released 24 days ago:

This release mainly correct some translation issues on windows, and updates many of the translations.

Changes Since Last Release

Features:

  • Add Japanese
  • Update internationalization and translations to be up to date with current UI.
  • Minor translation and UI language updates
Bug Fixes:
  • Fix language selection issues on Windows
Build:
  • Add some additional notes about builds on Linux based systems
  • Add import from transifex export to build.py
Other Notes:
  • All binary versions built against python 3.8
  • Release files hosted here are signed with GPG
  • Debian archives build on 10.8 x64 (binary archive only compatible with systems using python 3.7/3.8 and 64 bit)
OS packages:
Instalator 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Instalator 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable .paf:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19243
Reakcje/Polubienia
56075
dupeGuru 4.2.0

Version 4.2.0 released 3 days ago - Changes Since Last Release

Features

  • Add Malay and Turkish
  • Add dark style for windows
  • Add caching md5 file hashes
  • Add feature to partially hash large files, with user adjustable preference
  • Add portable mode (store settings next to executable)
  • Add file association for .dupeguru files on windows
  • Add ability to pass .dupeguru file to load on startup
  • Add ability to reveal in explorer/finder
  • Switch audio tag processing from hsaudiotag to mutagen to support more formats
  • Add ability to use Qt dialogs instead of native OS dialogs for some file selection operations
  • Add OS and Python details to error dialog to assist in troubleshooting
  • Add preference to ignore large files with threshold

Bug Fixes
  • Fix localization not loading on macOS Qt version
  • Fix error on close from DetailsPanel
  • Change reference background color
  • Remove stripping of unicode characters when matching names
  • Fix exception when deleting in delta view
  • Fix dupes only view not updating after re-prioritize results
  • Fix ability to drag'n'drop file/folder with certain characters in name
  • Fix window position opening partially offscreen
  • Fix TypeError is photo mode
  • Change message for when files are deleted directly
  • Add more feedback during scan
  • General code cleanups

Build
  • Add Python version check to build.py
  • Improvements to using standardized build tooling
  • Moved CI/CD to github actions, added codeql, SonarCloud

Other Notes
  • Release files hosted here are signed with GPG

OS packages
  • Debian archives for x64 (binary archive only compatible with systems using python 3.7/3.8/3.9/3.10)
  • macOS has both Qt and Cocoa versions (Qt version has all the latest features), these are compatible with Intel and M1 Mac, and are signed, however not with a paid developer subscription
  • Windows Packages have both installer (exe) and portable (zip) versions.
  • Arch Linux package is maintained by @glubsy
  • Ubuntu PPA built by @eugenesan

Pobieranie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44917
Reakcje/Polubienia
36956

dupeGuru 4.3.0​

Features


  • Add redirect stdout from custom command to the log files (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Add option to profile scans
  • Add update check feature to about box
  • Update translations
  • Update fs.py to optimize stat() calls
  • Update directory scanning to use os.scandir() and DirEntry objects
  • Improve performance of Directories.get_state()
  • Migrate from hscommon.path to pathlib
  • Switch file hashing to xxhash with fallback to md5

Bug Fixes


  • Fix typo in debian control file (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ,)
  • Fix Error when delete after scan (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fix missing polib requirement, add polib back to requirements.txt
  • Various minor cleanups from adding type-hints, and checks with mypy

Other Notes


  • This update has considerable changes to the file collection method to improve performance, there may be some slight differences in behavior.
  • If you downgrade from this release the picture cache db needs to be deleted otherwise issues may occur with older releases.
  • Release files hosted here are signed with GPG
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry