repo: geminiclient
action: commit
revision: 
path_from: 
revision_from: c1986b30c8770e1be1162ef2ccc1be19ea69cdfe:
path_to: 
revision_to: 
git.thebackupbox.net
geminiclient
git clone git://git.thebackupbox.net/geminiclient
commit c1986b30c8770e1be1162ef2ccc1be19ea69cdfe
Author: epoch 
Date:   Thu Jun 11 04:05:23 2020 -0500

    added data handler to uristart config

diff --git a/uristart.conf b/uristart.conf
index e8b8ee56d3a0cd03fc14653462decd0a6e127d53..
index ..721d5d933a47809d15af1d63c3516ab691029d50 100644
--- a/uristart.conf
+++ b/uristart.conf
@@ -1,2 +1,3 @@
-s gemini:		gemini '%U' '%d' '%P' '%p'
 s file:			if [ '%p' ];then eval "$(printf '%%s\n' '%U' | uriprintf "$(grep "^$(if [ "%q" ];then echo '%q' | tr '&' '\n' | grep ^mime-type= | cut -d= -f2-; else file --mime-type '%p' | cut '-d ' -f2;fi):" ~/.config/mimetype.conf | cut -d$':' -f2- | sed 's/^'$'\t''*//g')")";else xmessage file %p does not exist;fi
+s gemini:		gemini '%U' '%d' '%P' '%p'
+s data:			data_handler '%p'

-----END OF PAGE-----