|
6 | 6 | - Written in memory safe Rust
|
7 | 7 | - Amazingly fast - due using more or less advanced algorithms and multithreading support
|
8 | 8 | - Free, Open Source without ads
|
| 9 | +- Works on Linux, Windows and macOS |
9 | 10 | - CLI frontend, very fast to automate tasks
|
10 | 11 | - GUI GTK frontend - uses modern GTK 3 and looks similar to FSlint
|
11 | 12 | - Light/Dark theme match the appearance of the system(Linux only)
|
@@ -40,12 +41,6 @@ sudo apt install cargo libgtk-3-dev
|
40 | 41 | ```
|
41 | 42 | sudo yum install gtk3-devel glib2-devel
|
42 | 43 | ```
|
43 |
| -### Windows(Not working yet) |
44 |
| -First you need to install Visual C++ components from Visual Studio installer - https://visualstudio.microsoft.com/downloads/ |
45 |
| - |
46 |
| -Next install Rust from site https://rustup.rs/ |
47 |
| - |
48 |
| -After that the latest GTK 3 runtime must be installed from https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases |
49 | 44 |
|
50 | 45 | ## Usage
|
51 | 46 | ### Precompiled binaries
|
@@ -141,6 +136,12 @@ You need to install Homebrew and GTK Libraries
|
141 | 136 | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
142 | 137 | brew install rust gtk+3
|
143 | 138 | ```
|
| 139 | +### Windows(Not working yet) |
| 140 | +First you need to install Visual C++ components from Visual Studio installer - https://visualstudio.microsoft.com/downloads/ |
| 141 | + |
| 142 | +Next install Rust from site https://rustup.rs/ |
| 143 | + |
| 144 | +After that the latest GTK 3 runtime must be installed from https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases |
144 | 145 |
|
145 | 146 | ### Compilation from source
|
146 | 147 | - Download the source
|
@@ -206,7 +207,7 @@ So still is a big room for improvements.
|
206 | 207 | | | Czkawka | FSlint | DupeGuru |
|
207 | 208 | |:----------:|:-------------:|:-----:|:---:|
|
208 | 209 | | Language | Rust| Python | Python/Objective C |
|
209 |
| -| OS | Linux, Windows, Mac(only CLI) | Linux | Linux, Windows, Mac| |
| 210 | +| OS | Linux, Windows, Mac | Linux | Linux, Windows, Mac| |
210 | 211 | | Framework | GTK 3 (Gtk-rs)| GTK 2 (PyGTK) | Qt 5 (PyQt)/Cocoa |
|
211 | 212 | | Ram Usage | Low | Medium | Very High |
|
212 | 213 | | Duplicate finder | X | X | X |
|
|
0 commit comments