Every time I wanted to paste a whole project into Claude or ChatGPT, I ended up guessing whether it would even fit — and often found out the hard way, mid-conversation, that it didn't.

So I built Tokenazire, a small CLI tool that solves exactly that.

What it does

Scans a local folder or a GitHub repo (just pass the URL, it clones it for you)

Counts tokens per file using tiktoken (the same tokenizer OpenAI models use, a solid approximation across most LLMs)