Skip to content

Windows File/Folder Concatenation Including Absolute/Relative Filenames and Backticks code language

Notifications You must be signed in to change notification settings

DavidPeterHoward/windows-file-code-backtick-concatenation

Repository files navigation

Windows File/Folder Concatenation Including Absolute/Relative Filenames and Backticks code language

Purpose of this application is to assist with code uploads to web-based LLMs such as ChatGPT and Claude as a simple solution to providing a limited number of files. This application includes drag'n'drop capabilities from the content panel.

Interface of application

/file_concatenator
├── .gitignore
├── Cleanup-Registry.ps1
├── file_concatenator.ico
├── file_concatenator.py
├── file_concatenator.svg
├── Install-ExeContextMenu.ps1
├── Install-PythonContextMenu.ps1
├── interface.png
├── pytest.ini
├── README.md
├── requirements.txt
├── test_file_concatenator.py

Installation

# To try the application out:
python -m venv venv
pip install -r requirements.txt 
python file_concatenator.py
# Create .exe 
python -m venv venv
pip install -r requirements.txt 
pyinstaller file_concatenator.spec
# Add to Windows context menu
./Install-ExeContextMenu.ps1

Testing

pytest

Uninstallation from Context Menu

# Remove from context menu
./Cleanup-Registry.ps1

About

Windows File/Folder Concatenation Including Absolute/Relative Filenames and Backticks code language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published