aveyo/compressed2txt — explained in plain English
Analysis updated 2026-07-16 · repo last pushed 2021-11-14
Share a file on a forum or chat that only accepts text by encoding it and letting the recipient extract it with a batch file.
Send configuration files to colleagues through text-only channels without needing a file hosting service.
Post scripts or small data dumps on message boards where file attachments are not supported.
| aveyo/compressed2txt | anysearch-ai/anysearch-skill | disintegr8te/teams-policy-export | |
|---|---|---|---|
| Stars | 238 | 265 | 114 |
| Language | PowerShell | PowerShell | PowerShell |
| Last pushed | 2021-11-14 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | ops devops | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Windows-only tool that relies on built-in OS features, no additional software installation required.
Compressed 2 TXT is a Windows tool that converts files and folders into plain text so you can share them anywhere that only accepts text, like forum posts, chat messages, or pastebin sites that don't support file uploads. You just right-click a file, pick "Send to," and it generates a text file containing an encoded version of your data. Anyone can then copy that text into a batch file and run it on their own Windows machine to extract the original files. The tool works by first compressing your files using Windows' built-in compression, then converting the result into text using an encoding method similar to how email attachments were encoded in the early days of the internet. It offers two encoding options: BAT85, which is safer for posting on websites, and BAT91, which produces slightly smaller output but uses characters that some websites might mangle. You can optionally add a password by randomizing the encoding key, making it harder for someone to decode your files without permission. This is useful for anyone who needs to share files on platforms without attachment support, malware analysts sharing samples, IT admins posting configuration files, or developers sharing scripts and data dumps on message boards. If you've ever needed to send a small file through a channel that only accepts text, this tool handles that gap. What's notable is how the tool gives you fine-grained control over the tradeoff between file size and processing time. For files that don't compress well (like disk images or video files), you can skip compression entirely and save several minutes of waiting for almost no size benefit. The README walks through a real example where skipping compression on a 260MB file cut processing time from nearly five minutes down to under a minute. The project is also designed to work on older systems going back to Windows 7, relying only on built-in Windows tools rather than requiring additional software.
Converts Windows files and folders into plain text so you can share them through text-only channels like forums or chat. The recipient runs a generated batch file to extract the original files.
Mainly PowerShell. The stack also includes PowerShell, Windows Batch, BAT85.
Dormant — no commits in 2+ years (last push 2021-11-14).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.