csvtool/frontend
exe.dev user 0e68de4278
Some checks failed
Build / build-linux (push) Failing after 13s
Build / build-linux-webkit2_41 (push) Failing after 14s
Build / build-macos (push) Successful in 3m22s
Add Match Row and Delete Row commands
Match Row: selects all rows where the cell in the current column
equals the current cell's value. Selection spans first-to-last
matching row across all columns.

Delete Row (Cmd+Backspace): deletes every row in the current
selection, or the single current row if nothing is selected.
Ensures at least one empty row always remains.

Co-authored-by: Shelley <shelley@exe.dev>
2026-03-05 02:54:32 +00:00
..
src Add Match Row and Delete Row commands 2026-03-05 02:54:32 +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