| Crates.io | promptify |
| lib.rs | promptify |
| version | 0.1.6 |
| created_at | 2025-03-21 23:57:24.184667+00 |
| updated_at | 2025-03-24 05:54:40.491359+00 |
| description | A plaintext directory formatting tool for interacting with LLMs on the command line. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1601367 |
| size | 21,388 |
Promptify is a command-line utility that transforms plaintext directories into a format suitable for processing by Large Language Models (LLMs). Key Features:
mime_guess crate. Supports JSON files as well.Installation
git clone https://github.com/moonstripe/promptify.gitcd promptify && cargo install --path .Example Usage:
promptify -d /path/to/directory -p \"This prompt will be applied to the end of the formatted text.\" -e dir_to_exclude,*/**/glob
-d /path/to/directory: Specifies the directory to process.-p \"This prompt will be applied to the end of the formatted text.\": Optionally adds a prompt to the formatted text.-e /dirs,*/to/**,exclude/*: Optionally specifies the directories to exclude.How it Works:
.html.twig and MIME type text/plain) and JSON files.Contributing: Feel free to contribute to Promptify by reporting bugs,suggesting improvements, or expanding its capabilities.
License: This project is licensed under the MIT License - see the LICENSE file for details.