# gclip 📋
A smart clipboard tool that recursively copies all files in a directory to your clipboard, while intelligently respecting `.gitignore` rules.
`gclip` is perfect for quickly grabbing the entire context of a project to paste into an AI prompt (like GPT-4 or Claude), a document, or an email.
## Features
- **Recursive:** Scans the entire directory tree.
- **Git Aware:** Automatically finds and respects rules in your `.gitignore`, `.ignore`, and global gitignore files.
- **Fast:** Written in Rust for maximum performance.
- **Simple:** Just run `gclip` in a project directory.
## Installation
You can install `gclip` directly from crates.io using Cargo:
```bash
cargo install gclip
```