Skip to main content

A utilty to flatten your source code directory into a single file for LLM usage

Project description

flort

flort is a command-line tool for generating a single file with the contents of your code directories.. for use in LLMs.

Installation

You can install flort via pip:

pip install flort

Usage

flort provides various options for listing and cleaning up files in a directory.

flort --dir <directory_path> [--compress] [--output <output_file>] [--php] [--js] [--py] [--c] [--cpp] [--tree]

Options

  • --dir: Specify the directory to list files from (required).
  • --compress: Clean up files by removing unnecessary whitespace (optional).
  • --output: Specify the output file path (default: stdout).
  • --php, --js, --py, --c, --cpp: Include specific file types in the listing (optional).
  • --tree: Print the directory tree at the beginning of the output (optional).

Examples

List files in a directory and include PHP files:

flort --dir /path/to/directory --php

Clean up files in a directory and save the output to a file:

flort --dir /path/to/directory --compress --output output.txt

List files in a directory, include JavaScript and Python files, and print the directory tree:

flort --dir /path/to/directory --js --py --tree

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flort-0.1.2.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file flort-0.1.2.tar.gz.

File metadata

  • Download URL: flort-0.1.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.6

File hashes

Hashes for flort-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8d25e971b70f3d5bbe59a3947c80c6bddbdc9f9fa2625cbd2c30d707e0fff825
MD5 6f5056cb2786b401d6667f59558e6c6f
BLAKE2b-256 7d3cdd276fc6ccf480da20fd066fcba4b6e82c614ce290d36f70e2161525f34f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page