I've been toying with the idea of a CHUI application similar to the GUI "apps" tool and it would provide access to the .info (and .dep and .list and .tree) files. The project is not currently very high priority on my to-do list and it's still very much in the "thinking about it stage" - I wouldn't even say "design stage" yet.
---
I've already scripted up the downloading of extensions in batch mode for use in new installs and version upgrades so wrapping a UI around it doesn't sound like it would be that huge of a deal... but I've done a similar UI for another project and it's actually kind of a PITA.
The script, tce-lode, downloads extensions (and the base OS, if desired) with a few options (with sane-ish defaults) that the real tce-load doesn't seem to offer:
- where to download to
- where to download from
- download protocol (http / gtp)
- What Tiny Core version (default 15.x)
- What release status (release / release_candidate)
- What kernel version (defaults per internal lookup table)
- Architecture (x86 / x86_64)
- What wiles to download (defaults to all of .tcz .md5.txt .info .list .dep and .tree)
Along with adding a browsing-capable UI, it would be fairly simple to pre-download all of the .info files or, i suppose, have it fetch them on the fly.