A collection of useful scripts around Elite: Dangerous
Find a file
alterNERDtive 6e3110692f removed s from text output
Turns out that Python does unicode, VoiceAttack does unicode, but if you
run Python from VoiceAttack and output unicode, the fucking thing just
dies on you.

GG, VoiceAttack. GG.
2019-09-04 02:44:32 +02:00
edsm-getnearest.py removed s from text output 2019-09-04 02:44:32 +02:00
README.md edsm-getnearest.py 2019-09-03 21:08:50 +02:00

A collection fo useful scripts around Elite Dangerous

edsm-getnearest.py

usage: edsm-getnearest.py [-h] --system SYSTEM [--short] [--gui | --text]
                          CMDR [CMDR ...]

Locate your CMDRs using EDSM and find their distance to a given system.

positional arguments:
  CMDR             a list of CMDR names (must have their location public on
                   EDSM!)

optional arguments:
  -h, --help       show this help message and exit
  --system SYSTEM  the target system (must be in EDDN!)
  --short          short output (only makes sense with `--text`)
  --gui            explicitly run the GUI
  --text           explicitly give text output