https://github.com/devprojectekla/rust_find
My first simple Rust CLI application to find a directory or a file in the system
https://github.com/devprojectekla/rust_find
Last synced: over 1 year ago
JSON representation
My first simple Rust CLI application to find a directory or a file in the system
- Host: GitHub
- URL: https://github.com/devprojectekla/rust_find
- Owner: DevprojectEkla
- License: gpl-3.0
- Created: 2023-10-27T18:35:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:54:08.000Z (over 2 years ago)
- Last Synced: 2025-01-27T16:47:45.708Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is my first CLI Application in Rust. A usefull and simple way of searching to file or directory in a given source directory. It displays a spinner during the search as well as the different match that occur and sum up the results in the end. It was a way of experimenting multithreading to deal with the spinner and the search.