1
0
Fork 0
mirror of synced 2024-04-27 17:22:13 +12:00
Go to file
2020-09-01 17:10:54 +02:00
src Empty folder nuker almost complete 2020-09-01 17:10:54 +02:00
.gitignore First commit 2020-08-26 11:17:16 +02:00
.rustfmt.toml Added simple files adding to HashMap 2020-08-27 18:57:56 +02:00
Cargo.lock Removed not using packages, added better menu 2020-08-30 14:00:22 +02:00
Cargo.toml Basic changes 2020-08-30 17:18:04 +02:00
README.md Basic changes 2020-08-30 17:18:04 +02:00

Czkawka

Czkawka is simple and easy to use alternative to Fslint written in Rust.
It is in very early development, so most of the functions aren't added and doesn't work.

Done

  • Basic menu(need refactoring)
  • Duplicated file finding - CLI
    • Including and excluding directories(absolute pathes)
    • Option to remove files in different ways
    • Fast(by size) or accurate(by hash) file checking

TODO

  • Duplicated file finding - CLI
    • saving results to file
    • support for * when excluding files and folders
  • GUI(GTK)
  • Removing empty folders
  • Files with debug symbols
  • Support for showing only duplicates with specific extension, name(Regex support needed)
  • Maybe windows support, but this will need some refactoring in code

License

Czkawka is released under the terms of the GNU Lesser General Public License, version 2.1 or, at your option, any later version, as published by the Free Software Foundation.