Files
RedBear-OS/local
vasilito fde8384189 tlc: VFS archive panel integration — browse archives in-place
Panel now enters archives (.tar, .tar.gz, .tar.bz2, .tar.xz, .zip,
.cpio) when pressing Enter, browsing their contents like directories.
Pressing '..' at the archive root exits back to the local filesystem.

Three new Panel fields: vfs (Box<dyn Vfs> backend), vfs_path (VfsPath
inside archive), vfs_archive (local PathBuf of archive file).

New methods: try_enter_archive(), replace_directory_vfs(),
display_path(), is_in_vfs(), is_archive_extension() helper.

Title bar shows 'archive.tar:/inner/path' when browsing inside an
archive via synthesized display path.

5 new tests for archive extension detection (case-insensitive).
964 tests total, 0 failures.
2026-06-19 08:40:42 +03:00
..
2026-06-18 20:46:44 +03:00