Commit graph

5 commits

Author SHA1 Message Date
lmika af1629c58d Fixed the package path to csvtool
Some checks failed
Build / build-linux (push) Failing after 16s
Build / build-linux-webkit2_41 (push) Failing after 16s
Build / build-macos (push) Successful in 2m27s
2026-03-03 23:18:05 +00:00
exe.dev user 615c5d2038 Disabled tests for MacOS build
Some checks failed
Build / build-linux (push) Failing after 15s
Build / build-linux-webkit2_41 (push) Failing after 14s
Build / build-macos (push) Failing after 2m0s
2026-03-03 23:01:34 +00:00
exe.dev user dc37daa049 Added macos build
Some checks failed
Build / build-linux-webkit2_41 (push) Failing after 36s
Build / build-linux (push) Failing after 39s
Build / build-macos (push) Failing after 3m52s
2026-03-03 22:52:45 +00:00
exe.dev user 69c3011451 Add Forgejo CI: build workflow and tag-based release
Some checks are pending
Build / build-linux (push) Waiting to run
Build / build-linux-webkit2_41 (push) Waiting to run
build.yml — runs on push/PR to main:
  - build-linux: webkit2gtk-4.0 (Ubuntu 22.04 and earlier)
  - build-linux-webkit2_41: webkit2gtk-4.1 (Ubuntu 24.04+)
  Both run tests then produce a tarball artifact.

release.yml — runs on v* tags:
  - Same two build jobs
  - publish-release: collects both tarballs, creates a
    Forgejo release with forgejo-release action

Co-authored-by: Shelley <shelley@exe.dev>
2026-03-03 22:45:32 +00:00
exe.dev user 55a25f6d63 CSV Tool - Wails-based CSV editor with spreadsheet UI
Features:
- Spreadsheet-like table with cell navigation (arrow keys)
- Formula bar for editing cell values
- Click and drag cell selection with Shift+Arrow extend
- Column resize by dragging header borders, double-click for best fit
- Editable headers via double-click
- Command palette (Cmd+P) with 12 commands
- Copy/Cut/Paste with CSV, Markdown, and Jira formats
- Insert rows/columns above/below/left/right
- File drag-and-drop to open CSV files
- Native Open/Save dialogs
- Go backend for CSV parsing, formatting, and file I/O
- Vanilla JS frontend, no frameworks

Co-authored-by: Shelley <shelley@exe.dev>
2026-03-03 21:34:09 +00:00