~mil/mepo-devel

mobroute: add script to show stop times on cursor v1 PROPOSED

Anjandev Momi: 1
 add script to show stop times on cursor

 1 files changed, 6 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~mil/mepo-devel/patches/41391/mbox | git am -3
Learn more about email & git

[PATCH mobroute] add script to show stop times on cursor Export this patch

---
 scripts/mepo_menu_stoptimes.sh | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100755 scripts/mepo_menu_stoptimes.sh

diff --git a/scripts/mepo_menu_stoptimes.sh b/scripts/mepo_menu_stoptimes.sh
new file mode 100755
index 0000000..f1d8c45
--- /dev/null
+++ b/scripts/mepo_menu_stoptimes.sh
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
DISPLAYNAME=" Mobroute: show stoptimes on cursor"

mobroute -cmd stoptimes -lat $MEPO_CURSOR_LAT -lon $MEPO_CURSOR_LON -gtfsregex '.+vancouver.+'  > /tmp/mob

sxmo_terminal.sh -f "monospace:size=5" sh -c "less -SR /tmp/mob"
-- 
2.40.1