mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-03-12 03:31:37 +00:00
Compare commits
13 Commits
0d31e4f28b
...
gh-pages
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ca5f86601 | |||
| af5d83deed | |||
|
e4a7e1c0e6
|
|||
|
7cca928efc
|
|||
|
891557cb17
|
|||
|
3ebf70b1f5
|
|||
|
5eb3fc1b45
|
|||
|
52994bc7e4
|
|||
|
0e7977113a
|
|||
|
9a026da92b
|
|||
|
240a7f1810
|
|||
| b1339c8199 | |||
|
|
606af63989 |
@@ -1,4 +1,4 @@
|
||||
**dupeGuru** is a cross-platform (Linux, OS X, Windows) GUI tool to find duplicate files in a system. It's written mostly in Python 3 and has the peculiarity of using multiple GUI toolkits, all using the same core Python code. On OS X, the UI layer is written in Objective-C and uses Cocoa. On Linux 7 Windows, it's written in Python and uses Qt5.
|
||||
**dupeGuru** is a cross-platform (Linux, OS X, Windows) GUI tool to find duplicate files in a system. It's written mostly in Python 3 and has the peculiarity of using multiple GUI toolkits, all using the same core Python code. On OS X, the UI layer is written in Objective-C and uses Cocoa. On Linux & Windows, it's written in Python and uses Qt5.
|
||||
|
||||
**dupeGuru** is a tool to find duplicate files on your computer. It can scan either filenames or contents. The filename scan features a fuzzy matching algorithm that can find duplicate filenames even when they are not exactly the same. dupeGuru runs on Mac OS X and Linux.
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
|
||||
Do whatever you want with your duplicates. Not only can you delete duplicates files dupeGuru finds, but you can also move or copy them elsewhere. There are also multiple ways to filter and sort your results to easily weed out false duplicates (for low threshold scans).
|
||||
|
||||
Supported languages: English, French, German, Chinese (Simplified), Czech, Italian, Armenian, Russian, Ukrainian, Brazilian, Vietnamese.
|
||||
Supported languages: English, French, German, Chinese (Simplified), Czech, Italian, Armenian, Russian, Ukrainian, Brazilian, Vietnamese.
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
oses:
|
||||
- name: Windows
|
||||
icon: windows
|
||||
packages:
|
||||
icon: windows
|
||||
packages:
|
||||
- arch: x64
|
||||
link: https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeGuru_win64_4.1.1.exe
|
||||
link: https://github.com/arsenetar/dupeguru/releases/download/4.3.1/dupeGuru_win64_4.3.1.exe
|
||||
- arch: x32
|
||||
link: https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeGuru_win32_4.1.1.exe
|
||||
link: https://github.com/arsenetar/dupeguru/releases/download/4.3.1/dupeGuru_win32_4.3.1.exe
|
||||
- name: Ubuntu
|
||||
icon: linux
|
||||
packages:
|
||||
@@ -15,13 +15,11 @@ oses:
|
||||
icon: apple
|
||||
packages:
|
||||
- arch: "10.12+"
|
||||
link: ./2021/03/09/macOS_version_notes.html
|
||||
icon: apple
|
||||
link: https://github.com/arsenetar/dupeguru/releases/download/4.3.1/dupeguru_macOS_Qt_4.3.1.zip
|
||||
- name: Source
|
||||
icon: github
|
||||
packages:
|
||||
- arch: zip
|
||||
link: https://github.com/arsenetar/dupeguru/archive/4.1.1.zip
|
||||
link: https://github.com/arsenetar/dupeguru/archive/4.3.1.zip
|
||||
- arch: tar.gz
|
||||
link: https://github.com/arsenetar/dupeguru/archive/4.1.1.tar.gz
|
||||
|
||||
link: https://github.com/arsenetar/dupeguru/archive/4.3.1.tar.gz
|
||||
|
||||
@@ -3,20 +3,24 @@ layout: default
|
||||
---
|
||||
|
||||
<div class="home">
|
||||
<div class="container"><h1>{{ page.title | default: site.title }}</h1>
|
||||
{%- if site.data.downloads -%}
|
||||
<p>Latest Downloads:</p>
|
||||
<div class="downloads">
|
||||
{%- for os in site.data.downloads.oses -%}
|
||||
{%- for package in os.packages -%}
|
||||
<a class="download" href="{{ package.link }}">
|
||||
<svg class="svg-icon" viewBox="0 0 26 28"><use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use></svg><span>{{ os.name }} ({{ package.arch }})</span>
|
||||
</a>
|
||||
{%- endfor -%}
|
||||
{%- endfor -%}
|
||||
<div class="container">
|
||||
<h1>{{ page.title | default: site.title }}</h1>
|
||||
{%- if site.data.downloads -%}
|
||||
<p>Latest Downloads:</p>
|
||||
<div class="downloads">
|
||||
{%- for os in site.data.downloads.oses -%}
|
||||
{%- for package in os.packages -%}
|
||||
<a class="download" href="{{ package.link }}">
|
||||
<svg class="svg-icon" viewBox="0 0 26 28">
|
||||
<use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use>
|
||||
</svg><span>{{ os.name }} ({{ package.arch }})</span>
|
||||
</a>
|
||||
{%- endfor -%}
|
||||
{%- endfor -%}
|
||||
<p><a href="https://github.com/arsenetar/dupeguru/releases/latest">Additional Downloads</a></p>
|
||||
</div>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
|
||||
{{ content }}
|
||||
</div>
|
||||
{{ content }}
|
||||
</div>
|
||||
26
_posts/2021-08-14-macOS_releases_going_forward.md
Normal file
26
_posts/2021-08-14-macOS_releases_going_forward.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "macOS Releases Going Forward"
|
||||
---
|
||||
We now have working macOS versions of dupeGuru built with both UI toolkits and supporting both
|
||||
Intel and M1 chips. The latest downloads are as follows (see details below for more information):
|
||||
- Qt Version [https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeguru_macOS_Qt_4.1.1.zip](https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeguru_macOS_Qt_4.1.1.zip)
|
||||
- Cocoa Version [https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeguru_macOS_Cocoa_4.1.1.dmg](https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeguru_macOS_Cocoa_4.1.1.dmg)
|
||||
|
||||
## History
|
||||
Awhile back we had detailed the state of issues with macOS versions in [macOS Version Notes]({% post_url 2021-03-09-macOS_version_notes %}). We have now been able to package both Qt and Cocoa versions successfully for distribution.
|
||||
These versions are also compatible with Intel and M1 chips. The Qt version had previously
|
||||
been held up due to issues with the packaging tools. All the issues with packaging are now
|
||||
resolved.
|
||||
|
||||
## Going Forward
|
||||
Of the two versions, the Cocoa version can be considered the legacy version, due to needing
|
||||
to maintain a second UI layer. We are considering phasing out the Cocoa version in future
|
||||
releases. The Cocoa UI is already a ways behind the Qt version and does not implement several
|
||||
features. There is no real development support for the Cocoa UI aside from minor bug fixes.
|
||||
As such we recommend users to start trying the Qt Version out and report any issues or missing
|
||||
items versus the Cocoa version. The Cocoa UI will most likely not get any new features moving
|
||||
forward at this time, however we will try to support the current functionality until it is phased
|
||||
out.
|
||||
|
||||
If there is interest in contributing to the development of the Cocoa UI, and helping provide support
|
||||
for it, then we can consider not phasing it out.
|
||||
12
_posts/2022-03-09-macOS_cocoa_phase_out.md
Normal file
12
_posts/2022-03-09-macOS_cocoa_phase_out.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "macOS Cocoa Phase Out"
|
||||
---
|
||||
We now have working macOS versions of dupeGuru built with both UI toolkits and supporting both
|
||||
Intel and M1 chips. The latest downloads are as follows (see details below for more information):
|
||||
- Qt Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Qt_4.2.1.zip](https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Qt_4.2.1.zip)
|
||||
- Cocoa Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Cocoa_4.2.1.dmg](https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Cocoa_4.2.1.dmg)
|
||||
|
||||
## History & Cocoa Phase Out
|
||||
Most of the history is detailed in [macOS Releases Going Forward]({% post_url 2021-08-14-macOS_releases_going_forward %}) and [macOS Version Notes]({% post_url 2021-03-09-macOS_version_notes %})
|
||||
With the current development mainly focusing on the Qt version for new features and improvements, the Cocoa UI version will no longer be updated with the next minor release.
|
||||
If you would like to discuss this, feel free to start a discussion at [https://github.com/arsenetar/dupeguru/discussions](https://github.com/arsenetar/dupeguru/discussions).
|
||||
@@ -18,7 +18,6 @@
|
||||
.downloads {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 2em;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
BIN
assets/screenshots/Directories.png
Normal file
BIN
assets/screenshots/Directories.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/screenshots/Results.png
Normal file
BIN
assets/screenshots/Results.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
Reference in New Issue
Block a user