https://github.com/acerv/koo
Find tool made in Rust
https://github.com/acerv/koo
Last synced: 3 months ago
JSON representation
Find tool made in Rust
- Host: GitHub
- URL: https://github.com/acerv/koo
- Owner: acerv
- License: gpl-3.0
- Created: 2024-10-17T18:23:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T21:22:23.000Z (7 months ago)
- Last Synced: 2024-12-29T16:36:57.207Z (5 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This is meant to be a project created to practice with Rust. It's also a simple
`find` command version called `koo` using regular expressions instead of
wildcards syntax.Usage: koo [OPTIONS] --pattern [DIR]
Arguments:
[DIR] Search directory [default: .]Options:
-p, --pattern Regex pattern used to filter file names
-f, --filter Filter type [default: any] [possible values: any, text, symlink, device, folder]
-h, --help Print help
-V, --version Print version