A simple tool to track cosmic signatures in EVE Online
On keypress loads your copied signature data and shows what you've already identified.
- Double-click
EVE Sig Analyzer.lnk
to run the tool - Copy signature data from EVE's scanner
- Press any key - the tool reads your clipboard automatically
- Open Terminal
- Navigate to the folder:
cd /path/to/eve-sigs
- Run:
powershell -ExecutionPolicy Bypass -File evesigs.ps1
- Copy signature data from EVE's scanner
- Press any key - the tool reads your clipboard automatically
- Analyzing signatures from EVE's clipboard data
- Stores data locally with timestamps
- Shows signature age (e.g., "1 day 13 hours")
- Exports and imports data to shared between pilots
- Cleans up old signatures automatically older that 3 days
- [A] Show all signatures
- [R] Add signature manually
- [D] Delete signature
- [X] Export data for sharing
- [I] Import shared data
Export: Press X
- data copied to clipboard
Import: Press I
- paste shared data
evesigs.ps1
- Main scriptevesigs.csv
- Your signature database (auto-created)EVE Sig Analyzer.lnk
- Windows shortcut only
- Windows: PowerShell (built-in)
- Mac: PowerShell Core (install via Homebrew:
brew install powershell
)