vcom/internal/fs
vrubelroman df4df6b8f6 fix: file type handling on Enter - extensions checked before executable bit
- Reorder Category() to check known extensions (text, config, image,
  pdf, audio, video, archive) before the executable bit check.
  Fixes video/audio/image files with executable bit being opened in
  editor instead of system default application.
- Remove 'executable' from isEditableEntry() - executables are now
  launched via handleExecute() instead of opened in Neovim.
- Add handleExecute() method that runs executable files in the
  terminal via tea.ExecProcess.
- Update handleOpenSelected() to route: text/config -> editor,
  executable -> launch, everything else -> system default (xdg-open).
- Bump version to v0.2.1
2026-04-27 23:18:48 +03:00
..
archive.go Fix archive cursor, navigation, and format cycling color 2026-04-27 15:30:39 +03:00
entry.go fix: file type handling on Enter - extensions checked before executable bit 2026-04-27 23:18:48 +03:00
ops.go fix: cursor position on Enter for '..' now lands on source folder (same as Backspace); feat: permanent delete via F11/d; fix: footer F-key order (F1-F11) 2026-04-27 18:56:20 +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