Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nomad-software/findr

A small command line utility for finding files based on a pattern
https://github.com/nomad-software/findr

cli command-line-app find go golang

Last synced: 1 day ago
JSON representation

A small command line utility for finding files based on a pattern

Awesome Lists containing this project

README

        

# Findr
**A small command line utility for finding files based on a pattern**

---

## Example

```
findr -dir="~/Code" -pattern="^(foo|bar)$" -case -ignore="^(baz|qux)$"
```

## Help

Run the following command for help.

```
findr -help
```