-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: geminiclient
action: blob
revision:
path_from: run_stdio_handler_by_mime_type
revision_from: refs/heads/master:
path_to:
revision_to:

git.thebackupbox.net

geminiclient

git://git.thebackupbox.net/geminiclient

blob of:

geminiclient

/ run_stdio_handler_by_mime_type

refs/heads/master:/run_stdio_handler_by_mime_type
 #!/bin/bash

 ### this script is temporary
 ### how long until I get around to removing this?

 case "$1" in
 text/plain)
   x-terminal-emulator -e less -f <(nonblocktail /dev/stdin)
   exit 0
   ;;
 audio/*)
   mpv -
   exit 0
   ;;
 *)
   exit 1
   ;;
 esac

-- Response ended

-- Page fetched on Sun Jun 2 09:30:22 2024