orzo

Crates.ioorzo
lib.rsorzo
version0.1.0
created_at2025-03-15 08:32:14.223371+00
updated_at2025-03-15 08:32:14.223371+00
descriptionA tool to copy file contents from a directory to clipboard
homepage
repositoryhttps://github.com/fibleep/orzo
max_upload_size
id1593403
size11,299
(fibleep)

documentation

README

Orzo

A simple Rust tool that copies file contents from a directory to your clipboard.

Installation

cargo install orzo

Usage

orzo /path/to/folder

This will:

  • Copy all text file contents to your clipboard
  • Skip binary files (images, PDFs, etc.) and only copy their paths
  • Format everything with clear separators

Format

=========== file/path.txt =============
File contents here...
============================

=========== other/file.md =============
More content here...
============================

License

MIT

Commit count: 1

cargo fmt