This is a simple implementation of a Python CLI program that can be used by developers to create informationally-dense (token limited) context retrieved from your project repository for inference with a code-instruct-tuned LLMs. The preliminary goal here is to get the context copied over to your clipboard, and get information about the token count.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sollicitudin sem sit amet justo tincidunt, cursus mattis lorem malesuada. Sed ut leo quis dui mattis egestas ac quis dolor. Nam condimentum lorem id turpis dapibus, at posuere dolor tempor. Nulla ac sollicitudin massa, a facilisis sem. Vestibulum nisi lectus, scelerisque.
This program assumes that you have written modular code. Adhering to simple coding principles makes your code more readable for both humans and LLMs without necessitating superflous docstrings or code comments.
Currently this is just a quick implementation for Python based project. Given time, I will maybe incrementally enhance its robustness and functionalities to for instance not only be limited to full Python based projects.
It's an open project, so contributions that come as pull requests or adding issues to this repo is warmly welcomed.