Git Product home page Git Product logo

loquor's Introduction

Loquor ๐Ÿ—ฃ๏ธ

Loquor elegantly bridges Git repositories and Language Learning Models (LLMs), offering a simple tool for extracting and preparing your code for LLM interactions.

Features ๐Ÿš€

  • Customizable Filtering: Effortlessly include or exclude specific file types with -i and -e flags.
  • Elegance in Execution: Loquor is designed with a focus on simplicity, making powerful operations accessible to everyone.
  • Open-Source Spirit: Dive in, tailor Loquor to your needs, and contribute your enhancements back to the community.

Quick Start ๐ŸŒŸ

Setup

Make sure Git and Python are installed on your machine.

git clone https://github.com/Ferryistaken/loquor.git
cd Loquor

Flags ๐Ÿšฉ

Loquor supports several flags to tailor its operation to your needs. Below is a table describing each flag:

Flag Description Example
-i Include files matching this pattern. Can be used multiple times. -i *.py (include Python files)
-e Exclude files matching this pattern. Can be used multiple times. -e *.bin (exclude binary files)
-c Copy the output directly to the clipboard. Useful for immediate use. -c (copy output to clipboard)

Command Line Usage

Customize Loquor's functionality with the flags according to your project's needs:

Include Python and Markdown Files:

python loquor.py -i *.py -i *.md

Exclude Binary Files and Copy to Clipboard:

python loquor.py -i * -e *.bin -c

Examples ๐Ÿ“˜

Just Python Files:

python loquor.py -i *.py

Exclude Binary and Temporary Files:

python loquor.py -i * -e *.bin -e *~

License ๐Ÿ“„

Loquor is licensed under the MIT License. For more details, see the LICENSE file.

loquor's People

Contributors

ferryistaken avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.