Commit graph

78 commits

Author SHA1 Message Date
79bc2d49d4 updated Makefile 2020-06-22 02:34:44 +02:00
efa20d3801 spansh.py: removed leftover debug print 2020-05-04 20:24:59 +02:00
3d4e25866a README: fixed Discord invite 2020-04-24 10:22:42 +02:00
d2f01f1456 Merge branch 'release/0.4' into develop 2020-03-09 22:08:48 +01:00
c9f6ef1bc0 added CHANGELOG 2020-03-09 22:08:33 +01:00
fec66bfebb spansh.py: added systemexists subcommand 2020-03-09 22:00:38 +01:00
5704593f4f spansh.py: fixed “nothing found” exit code 2020-03-09 18:15:25 +01:00
0054b5ae6c spansh.py: rudimentary error handling 2020-03-09 18:12:26 +01:00
07a6db2595 spansh.py: misc fixes 2020-03-09 17:59:35 +01:00
15a8deca65 spansh.py: added --parsable format to nearestsystem 2020-03-09 17:59:08 +01:00
07ca9ec406 spansh.py: added nearestsystem subcommand
Used to get the nearest system in the database, e.g. for plotting
a neutron route.

Useful since the elastic search powering the plotter might be behind
current EDDN data, so having a system in EDDN/EDSM doesn’t necessarily
mean it’s already available in the router.
2020-03-09 17:42:45 +01:00
19e8cbfdff spansh.py: added short output format
To both station and systems list. Replaces the `--systemlist` switch.
2020-03-08 00:59:55 +01:00
adec36ded9 fixed docs typo 2020-03-05 14:46:29 +01:00
7ee4b28c59 spansh.py: refactoring and cleanup
It’s now a bit less quick & dirty. Still has no error handling beyond
“works” or “doesn’t work”.
2020-03-05 14:12:54 +01:00
cf3fb80238 spansh.py: now exits with (3) if nothing found 2020-03-04 20:42:57 +01:00
95f5de2377 added spansh.py for Spansh API related shenanigans 2020-03-04 18:07:56 +01:00
0f30584bf3 added LICENSE; no idea why that wasn’t versioned … 2020-03-04 18:06:00 +01:00
8567aeb767 updated Makefile; now only a single .exe per script 2020-01-17 16:04:45 +01:00
8be1f17587 updated to latest pyEDSM 2020-01-16 19:33:21 +01: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
c23e9ad58b updated to current pyEDSM 2020-01-13 22:54:18 +01:00
16a903ac22 updated Makefile
now I hopefully won’t forget to pull new dependencies before building
the Windows binaries …
2020-01-13 22:25:58 +01:00
b3810ac0c7 updated to current pyEDSM 2020-01-13 22:23:48 +01:00
355b53c24c updated README with pyEDSM’s requirements
That will aaaaall go away once I decide to properly package that …
2020-01-13 21:33:54 +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
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