Parent Issue
Part of #118 (FUSE-based Archive & Remote Browsing Feature)
Summary
Update documentation to reflect new FUSE-based VFS functionality.
Dependencies
Requires #124 (Unmount feature) - all implementation complete
Tasks
CLAUDE.md Updates
## Optional System Dependencies
Tiny Commander has **zero Python dependencies** but can leverage system tools for extended functionality:
| Tool | Purpose | Install |
|------|---------|---------|
| archivemount | Browse .tar.gz, .tar.bz2, .zip archives | `apt install archivemount` / `brew install archivemount` |
| fuse-archive | Alternative archive browser (more formats) | `apt install fuse-archive` |
| sshfs | Browse SFTP connections | `apt install sshfs` / `brew install sshfs` |
| rclone | Browse FTP, S3, GCS, Azure, Dropbox, etc. | `apt install rclone` / `brew install rclone` |
| p7zip | Browse .7z archives | `apt install p7zip-full` / `brew install p7zip` |
| unrar | Browse .rar archives | `apt install unrar` / `brew install unrar` |
**macOS note:** FUSE tools require [macFUSE](https://osxfuse.github.io/) - approve kernel extension in System Settings > Privacy & Security.
Features are automatically enabled when tools are detected. No configuration required.
README.md Updates
Key Bindings Update
Files
- Modify:
CLAUDE.md
- Modify:
README.md
Parent Issue
Part of #118 (FUSE-based Archive & Remote Browsing Feature)
Summary
Update documentation to reflect new FUSE-based VFS functionality.
Dependencies
Requires #124 (Unmount feature) - all implementation complete
Tasks
CLAUDE.md Updates
README.md Updates
Key Bindings Update
Files
CLAUDE.mdREADME.md