Packages & Hidden Gems
The Undocumented Treasure Trove
Many packages are not documented, while there are some real gold gems buried inside this project. This section aims to uncover and document these tools as the community discovers them.
Core Utilities
BerryCore provides access to essential POSIX-compliant tools:
- File management: ls, cp, mv, rm, find
- Text processing: grep, sed, awk, cut
- Networking: curl, wget, netcat
- System tools: ps, top, kill
Development Tools
Surprisingly powerful development capabilities:
- GCC 9: Yes, you can compile C code on a Blackberry
- Python: Scripting capabilities with external library support
- Git: Full version control on the go
- vim 8.x: With native plugin support
TUI Applications
Terminal user interface applications that make the experience more pleasant:
- File explorers
- Text editors with advanced features
- IRC clients
- Email clients
Discovering More
The best way to discover available packages is to explore the BerryCore repository and experiment. If you find something useful, document it and share with the community!