proxyman-windows-linux
proxyman-windows-linux copied to clipboard
New commands for `Copy as` and `Export to CSV`
Description
-
Some important features are missing in the Windows, we need to port it.
-
Export as CSV
-
Copy as menu:
Export as CSV
- [x] Port
CSVExporter.swift
- [x] CSV will include all default Columns and Custom Columns
- [x] use
,
as a CSV Separator - [x] Works with Single Flow Selection or Multiple Flow Selection
- [x] Write some Unit Tests