Stars
0
Forks
1
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Add file safety: size limits, symlink checks, special files, line truncation
73032c7View on GitHubRemove unnecessary stdin TTY check since /export now saves script first
d3f9a0eView on GitHubAdd helpful error message when script is piped instead of run interactively
4f28731View on GitHubAdd minimal README with badges and installation instructions
a62f5acView on GitHubFix infinite loop when stdin is closed or empty EOF received
69e4b7dView on GitHubSimplify /export to use curl from GitHub instead of lzma-compressed payload
415e491View on GitHubRemove /export command from exported output to reduce size
e7b1e60View on GitHubUse lzma compression for /export to reduce output size by ~450 chars
9a39271View on GitHubReduce /export output size: use zlib instead of gzip, shorter env setup
44e01a5View on GitHubAdd AST-based variable renaming to /export for better minification
de50ee3View on GitHub