diff options
author | Aki <please@ignore.pl> | 2020-08-06 21:02:55 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2020-08-06 21:02:55 +0200 |
commit | 6173beea4d496803aa40030ba6024db5fa997c4c (patch) | |
tree | 03540408115c763426e8e54d8e58d7737136541f /README | |
parent | 5d57993c7979e64bc287faaf513314a52d634fed (diff) | |
download | browse-6173beea4d496803aa40030ba6024db5fa997c4c.zip browse-6173beea4d496803aa40030ba6024db5fa997c4c.tar.gz browse-6173beea4d496803aa40030ba6024db5fa997c4c.tar.bz2 |
Updated README with new utilities
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -4,8 +4,14 @@ If you are interested in origins and the idea behind all of this, see: - https://ignore.pl/plumbing_your_own_browser.html browse - Explained in more detail in the second link above. Requires curl as of now. The idea is to split it into more - utilities as I progress. + An interface to protocol daemons and opener. Should delegate opened addresses to some utility tool. + +phttp + Dead simple HTTP protocol daemon with /dev/shm based time-unlimited cache. + +opener + Basically, a case..in..esac that demuxes files by their mime types into view utilities. viewhtml + A view for HTML5 documents based on gumbo. Depends on https://github.com/ray2501/tclgumbo |