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: 4 months ago
JSON representation
A small command line utility for finding files based on a pattern
- Host: GitHub
- URL: https://github.com/nomad-software/findr
- Owner: nomad-software
- License: mit
- Created: 2016-07-01T16:52:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T14:42:04.000Z (about 2 years ago)
- Last Synced: 2025-01-20T06:43:17.582Z (6 months ago)
- Topics: cli, command-line-app, find, go, golang
- Language: Go
- Homepage:
- Size: 1.14 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```