An open API service indexing awesome lists of open source software.

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

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