File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77<h3 align =" center " >
88 Claude's output is full of noise you don't need.<br >
9- ContextZip compresses it by 60-90%. <code >curl | bash </code > → 5 seconds.
9+ ContextZip compresses it by 60-90%. <code >npx contextzip </code > → 5 seconds.
1010</h3 >
1111
1212<p align =" center " >
3838<h3 align =" center " >⬇️ One line. That's it.</h3 >
3939
4040``` bash
41- curl -fsSL https://raw.githubusercontent.com/jee599/ contextzip/main/install.sh | bash
41+ npx contextzip
4242```
4343
4444<p align =" center " >Restart Claude Code. Every command is now compressed. Zero config.</p >
4545
4646<details >
47- <summary >brew / cargo install</summary >
47+ <summary >curl / brew / cargo install</summary >
4848
4949``` bash
50+ curl -fsSL https://raw.githubusercontent.com/jee599/contextzip/main/install.sh | bash # curl
5051brew install jee599/tap/contextzip # Homebrew
5152cargo install --git https://github.com/jee599/contextzip # Cargo
5253```
You can’t perform that action at this time.
0 commit comments