Copy your code to clipboard. That's it. β¨
π« 100% vibe coded to perfection
ctxify copies your project files to clipboard with a single command.
ctxifyThat's it. Your code is now in your clipboard. Paste it into ChatGPT or whatever.
Because copying files one by one is tedious, and I got tired of doing it.
pipx install ctxify # if you're fancy
pip install ctxify # works too
uv tool install ctxify # if you're using uvLinux needs xclip:
sudo apt install xclipBasic:
ctxify # copies everythingOptions that matter:
ctxify -i # interactive mode, pick what you want
ctxify -e # exclude stuff you don't want
ctxify -s # structure only, no file contents
ctxify -g # git tracked files only
ctxify --md # include markdown filesFiles Included in Context (from .):
βββ .python-version
βββ src
βββ ctxify
βββ __init__.py
βββ cli.py
βββ main.py
Approximate token count: 512
Fork it; Submit a PR; Create an issue with a bug or idea.