vcom/internal/fs
vrubelroman fd2aa80894 feat: same-host SSH optimization (Exec cp/mv), per-file progress for all remote copies
- SSHClient.Exec() and ExecWithProgress() for server-side commands
- SSHHost.SameAs() and SSHClient.SameHostAs() for host comparison
- Same-host copy uses ExecWithProgress('cp -rv') with per-line progress
- Same-host move uses Exec('mv'), instant server-side rename
- CopyDirFromRemote/ToRemote/BetweenRemotes with per-file progress callbacks
- Context cancellation support for all remote copy operations
- Two-phase remote copy: count files first, then transfer with progress bar
- Fix: consistent modal colors (Enter=Accent, Cancel=CancelButton, Background=Accent)
2026-05-13 01:11:55 +03:00
..
remote feat: same-host SSH optimization (Exec cp/mv), per-file progress for all remote copies 2026-05-13 01:11:55 +03:00
archive.go fix: add cancel button support for extraction; feat: delete progress dialog 2026-04-29 14:12:11 +03:00
entry.go chore: bump version to v0.2.4 2026-05-04 01:37:10 +03:00
ops.go perf: skip plan phases for copy/delete, remove size tracking, show file count only 2026-05-12 17:39:22 +03:00
ops_test.go Add F2 rename flow and improve modal key hints 2026-04-24 13:15:04 +03:00
preview.go feat: extended preview for PDF, audio, video via external utilities 2026-04-27 19:25:03 +03:00
scan.go Refine mouse interactions and info pane UX 2026-04-22 22:50:30 +03:00