blob: 72d86b6d3e78b1c9685a2f420afd6e4c702eeee4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
If you are interested in origins and the idea behind all of this, see:
- https://ignore.pl/web_browsers_are_no_more.html
- https://ignore.pl/plumbing_your_own_browser.html
browse
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
http://tkimg.sourceforge.net/
https://github.com/auriocus/tksvg
dmenu_browse
Simple wrapper for browse utility to show an example of integrating the utilities with other tools.
|