repo: uritools action: commit revision: path_from: revision_from: 97e7c66064d09f242f4a1132f5d372db2f654c51: path_to: revision_to:
commit 97e7c66064d09f242f4a1132f5d372db2f654c51 Author: epochqwertDate: Tue Apr 10 04:00:57 2018 +0000 added another line to the example config to show how to make it handle URLs with an unknown scheme (probably files) and pass them to xdg-open diff --git a/start.conf.example b/start.conf.example
--- a/start.conf.example +++ b/start.conf.example @@ -1,2 +1,3 @@ finger:printf "%p\n" | ncat "%d" 79 | tr -d '\r' | xmessage -file - http:dillo %U +DEFAULT:xdg-open %U
-----END OF PAGE-----