https://github.com/neuodev/lookup
https://github.com/neuodev/lookup
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neuodev/lookup
- Owner: neuodev
- Created: 2022-09-07T09:25:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T10:01:52.000Z (almost 4 years ago)
- Last Synced: 2025-06-19T09:58:08.085Z (about 1 year ago)
- Language: Rust
- Size: 2.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lookup
Search text files using regular expression
## Preview
## Usage
```bash
lookup 0.1.0
Ahmed Ibrahim
Search files line by line using regular expression
USAGE:
lookup [OPTIONS] --file --regex
OPTIONS:
-f, --file File to search
-h, --help Print help information
-l, --lines Show lines by index
-r, --regex Regular experssion
-V, --version Print version information
```