# Test Documentation
This is a sample Markdown file for testing the lumin utility.
## Features
- Search text in files
- Traverse directories
- View file contents
## Installation
```bash
cargo install lumin
```
## Usage
```bash
lumin search "pattern" /path/to/dir
lumin traverse /path/to/dir
lumin view /path/to/file
```