Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nomad-software/findr
- Owner: nomad-software
- License: mit
- Created: 2016-07-01T16:52:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T14:42:04.000Z (over 1 year ago)
- Last Synced: 2024-10-13T14:10:47.442Z (about 1 month 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
```