repo: geminiclient action: commit revision: path_from: revision_from: c1986b30c8770e1be1162ef2ccc1be19ea69cdfe: path_to: revision_to:
commit c1986b30c8770e1be1162ef2ccc1be19ea69cdfe Author: epochDate: Thu Jun 11 04:05:23 2020 -0500 added data handler to uristart config diff --git a/uristart.conf b/uristart.conf
--- 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-----