Skip to content

Commit

Permalink
Implement DirTraversal (#531)
Browse files Browse the repository at this point in the history
* Implement DirTraversal

* rustfmt

* Fix for options

* Fix entries

* Fix symlinks

* Fix other entry type
  • Loading branch information
pczarn committed Jan 1, 2022
1 parent 58c19dd commit 51df63b
Show file tree
Hide file tree
Showing 18 changed files with 949 additions and 971 deletions.
3 changes: 2 additions & 1 deletion czkawka_cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ use std::path::PathBuf;
use img_hash::{FilterType, HashAlg};
use structopt::StructOpt;

use czkawka_core::duplicate::{CheckingMethod, DeleteMethod, HashType};
use czkawka_core::common_dir_traversal::CheckingMethod;
use czkawka_core::duplicate::{DeleteMethod, HashType};
use czkawka_core::same_music::MusicSimilarity;
use czkawka_core::similar_images::SimilarityPreset;

Expand Down
Loading

0 comments on commit 51df63b

Please sign in to comment.