Commit graph

99 commits

Author SHA1 Message Date
a3b5a82e24 well :) 2020-01-08 16:58:00 +01:00
61f6051c20 updated README 2020-01-08 15:13:10 +01:00
2c6695e9e6 updated Makefile 2020-01-08 15:04:05 +01:00
51cc55cda9 added .gitignore 2020-01-08 15:03:46 +01:00
a3069a4c6a new command: systemlist
Runs an EDSM search query for systems starting with the given string.
2020-01-08 14:54:39 +01:00
6d4ee49011 distance now pulls both systems in one call 2020-01-08 13:45:31 +01:00
999f408ab2 updated to current pyEDSM 2020-01-08 13:45:08 +01:00
5ff0557956 updated to current pyEDSM
… and now making full use of the new `distanceTo` stuff :)
2020-01-08 11:29:18 +01:00
06f4ba643b Revert "some more refactoring; output format for cords might change"
This reverts commit 2ccdd684a2.
2020-01-08 09:33:55 +01:00
2ccdd684a2 some more refactoring; output format for cords might change 2020-01-08 08:55:37 +01:00
6ff10430eb added --coords option to findcommander 2020-01-08 08:51:17 +01:00
3def9ad3c3 some refactoring 2020-01-08 08:49:15 +01:00
ce5817faab properly documented required packages 2020-01-08 08:36:37 +01:00
f2769f19ea Revert "Revert "implemented argcomplete""
This reverts commit db34c8fcb8.
2020-01-08 08:24:31 +01:00
db34c8fcb8 Revert "implemented argcomplete"
This reverts commit f5a38c4cac.
2020-01-07 20:53:34 +01:00
dfeb6993b0 added option to get profileURL to findcommander 2020-01-07 17:27:31 +01:00
1f113611d4 regenerated docs 2020-01-06 17:28:40 +01:00
1508ccf5c5 added help fluff text for arguments 2020-01-06 17:28:30 +01:00
1dd8958ed5 added optional API key to findcommander 2020-01-06 17:24:57 +01:00
d062d90307 refactoring for less duplicate code 2020-01-06 17:20:37 +01:00
0b32f1fb7f updated to latest pyEDSM 2020-01-05 19:22:42 +01:00
c255277e89 explorationtools: added findCommander
Let’s you, duh, find a Commander’s last known system if they are on EDSM
and have their flight logs public.
2020-01-05 19:20:20 +01:00
d5a7943604 removed useless line breaks 2020-01-05 19:19:56 +01:00
f2daa3f68d ordering; i like it alphabetically 2020-01-05 19:04:05 +01:00
f5a38c4cac implemented argcomplete 2020-01-05 19:03:48 +01:00
487168c6fb refactoring using Commander model
Also refactored everything to use the actual models instead of passing
strings around. Functionally the same, but … nicer, I guess.
2019-11-24 22:58:16 +01:00
24ce59786c updated pyEDSM to current development version 2019-11-24 22:43:02 +01:00
77707c1d78 added README generator :) 2019-11-12 10:31:51 +01:00
d714231b25 updated pyEDSM to fix wonky system names 2019-11-12 10:10:20 +01:00
09d528b7d5 typo corrected: exti → exit 2019-10-22 01:33:35 +02:00
a2c0f2d93f removed gui output setting itself topmost 2019-10-15 20:49:45 +02:00
98362ab508 fixed text display search output
Always showed the system it was iniatially started with instead of the
currently searched system.
2019-10-15 19:38:12 +02:00
b3f70aa8a9 win .exe fixes … 2019-10-14 17:27:24 +02:00
6dc1a02691 edsm-getnearest: now exits with code 2 on system not found 2019-10-14 10:14:23 +02:00
b697a30f75 added distancebetween subcommand
Returns the distance between two systems.
2019-10-04 05:09:33 +02:00
57ffbc8559 added explorationtools.py
For now only has a single subcommend, `bodycount`. It returns the number
of bodies in a system.
2019-10-04 00:56:08 +02:00
5d9a3dcfc9 fixed Makefile 2019-09-18 14:06:28 +02:00
5bc4c32869 fixed exception handling for commander stuff 2019-09-18 13:55:16 +02:00
d5ccf71303 typo … 2019-09-18 13:37:33 +02:00
e7e22cd414 re-added old Exception for the Commander stuff 2019-09-18 13:36:25 +02:00
84e21b8041 now using pyEDSM :)
https://github.com/alterNERDtive/pyEDSM/
2019-09-18 13:30:21 +02:00
9788b4589b typo in README corrected
I was not going to do this, but eventually it did piss me off enough.
2019-09-17 08:28:31 +02:00
0ad723e550 added Makefile
I got tired of typing the same stuff on windows every time I wanted to
compile the standalone version.

Joke’s on me, now I’m still going to type the same stuff, but
a different one …
2019-09-17 08:27:30 +02:00
625db382cd see last message :D 2019-09-08 03:10:31 +02:00
1175722d67 made --short output more TTS friendly 2019-09-07 20:14:46 +02:00
ka’imi
f2bb699963 more VoiceAttack mess fixing 2019-09-05 12:30:47 +02:00
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
f21e32f653 edsm-getnearest.py
Now in a usable form with help text and stuff. Bear with me, I literally
picked Python up again about today after having used it like 5y ago on
for completely unrelated things.
2019-09-03 21:08:50 +02:00
f677b453cd initial commit 2019-09-03 14:56:30 +02:00