csvtool/frontend
exe.dev user df8ade2c4d Replace Match Row with Match Cell (Cmd+M)
- New 'Match Cell' command selects all cells in the sheet whose value
  equals the current cell's value (non-contiguous selection)
- Added state.selectedCells (Set of 'r,c' keys) for scatter selection
- isCellSelected checks selectedCells first, then falls back to
  rectangular selection
- getSelectedData/clearSelectedCells handle non-contiguous selections
- Cmd+M keyboard shortcut mapped
- Match selection cleared on click, arrow movement, or Escape

Co-authored-by: Shelley <shelley@exe.dev>
2026-03-05 03:06:03 +00:00
..
src Replace Match Row with Match Cell (Cmd+M) 2026-03-05 03:06:03 +00:00
wailsjs CSV Tool - Wails-based CSV editor with spreadsheet UI 2026-03-03 21:34:09 +00:00
index.html Add Sort Advanced command with multi-column sort 2026-03-05 02:41:41 +00:00
package-lock.json CSV Tool - Wails-based CSV editor with spreadsheet UI 2026-03-03 21:34:09 +00:00
package.json CSV Tool - Wails-based CSV editor with spreadsheet UI 2026-03-03 21:34:09 +00:00