blob: f1867673201d3cda8d2184d12249f5103dc74e01 (
plain)
1
2
3
4
5
6
7
8
|
#
# @synopsis: piper-url-handler
# @description: Internal script to handle opening piper URLs
#
;SELECT jget(url, '/host') AS uhost FROM (SELECT parse_url($1) AS url)
:open ${LNAV_WORK_DIR}/piper/$uhost/out.*
|