-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query current location & center map #12
base: master
Are you sure you want to change the base?
Conversation
bump. (: |
aaa will soon be back online and on the code again - thanks for the bump :) |
bump. |
3 similar comments
bump. |
bump. |
bump. |
I think this is a cool feature, however, I have a couple of concerns.
Thanks so much, @derhuerst, for your contribution. I hope, we find a way to implement this without widening the technical scope of the project immensely. |
I am going to merge my CoffeeScript to JavaScript PR. Sorry for the merge conflict in advance. |
Correct. Should we detect wether Mapscii is running inside a telnet session?
There are tests for macOS and Linux.
There are building instructions in the Homebrew formula.
Yes, but it basically defeats the purpose of
There is
How would that work? Another possible way to get the current location is via a command line option: |
@derhuerst I think "query location" is a necessary function. # mac
$ git clone https://github.com/derhuerst/mapscii
$ cd mapscii
$ npm i
$ ./bin/mapscii.sh --location `curl -sL ipinfo.io/8.8.8.8/loc` Do you have any thoughts about what the cause might be? |
0fcd2b3
to
68db9c8
Compare
I either forgot to implement it, or to mention that it would be a cool addition. 😛 |
I have adapted my PR to the current codebase, but I'd also be okay with only having the |
@@ -221,6 +223,9 @@ class Mapscii { | |||
case 'c': | |||
config.useBraille = !config.useBraille; | |||
break; | |||
case 'l': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW this would conflict with the changes made in fccacad :(
What about using |
Would be nice to have this feature |
closes #2.