Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamfedele/dejavu
🕵️ A CLI tool to identify and handle duplicated files
https://github.com/williamfedele/dejavu
cli rust rust-lang terminal
Last synced: 26 days ago
JSON representation
🕵️ A CLI tool to identify and handle duplicated files
- Host: GitHub
- URL: https://github.com/williamfedele/dejavu
- Owner: williamfedele
- License: mit
- Created: 2024-08-28T00:22:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:32:35.000Z (2 months ago)
- Last Synced: 2024-09-29T21:01:55.086Z (about 1 month ago)
- Topics: cli, rust, rust-lang, terminal
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🕵️ Deja vu
A simple command tool to identify and handle duplicated files over directories.
## Getting Started
### Prerequisites
Install [Rust](https://www.rust-lang.org/tools/install) if it's not already installed.
### Installation
Build it from source. This is just a toy tool for learning purposes, so I won't upload to crates.io nor provide binaries.
## Usage
```
dejavu --action ...
```Possible actions:
- report: Reports duplicate files to the console along with their hash.
- delete: Prompts the user to select zero or more files to delete from each duplicate set.
- symlink: Prompts the user to pick the original file. All other files are converted into symlinks.## License
[MIT](https://github.com/williamfedele/dejavu/blob/main/LICENSE)