-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: xtools
action: blob
revision:
path_from: xwintitle
revision_from: refs/heads/trunk:
path_to:
revision_to:

git.thebackupbox.net

xtools

git://git.thebackupbox.net/xtools

blob of:

xtools

/ xwintitle

refs/heads/trunk:/xwintitle
 #!/usr/bin/env bash
 if [ "$1" ];then
   xwininfo -id "$1" | grep ^xwin | head -n2 | tail -n1 | cut '-d ' -f5- | jq -r .
 else
   xwininfo | grep ^xwin | head -n2 | tail -n1 | cut '-d ' -f5- | jq -r .
 fi

-- Response ended

-- Page fetched on Sun Jun 2 16:30:25 2024