Commit graph

27 commits

Author SHA1 Message Date
baf0a69396 fixed finding cmdr with hidden system/coords 2020-10-21 03:37:41 +02:00
bf592168c1 explorationtools.py: fixed finding cmdr with hidden activity time 2020-09-29 11:09:49 +02:00
13510f9824 findcommander now gives a date for the known position 2020-01-16 18:51:43 +01:00
6c4437db6a don’t we all like the litte bugs you introduce on the side? 2020-01-15 22:58:33 +01:00
ea0785a639 … or just do it right in the first place 2020-01-15 09:19:36 +01:00
fad3bd4adb redirected usage text to stderr 2020-01-15 09:09:15 +01:00
37555b0a2e added findsystem command 2020-01-13 21:23:41 +01:00
bfad499050 added rounding option to distancebetween 2020-01-09 21:37:42 +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
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
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
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
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
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
09d528b7d5 typo corrected: exti → exit 2019-10-22 01:33:35 +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