1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[full]
browser: ^https?://, www\., \.com, \.co\.uk, \.net
#in_terminal yplay.pl: ^(http://)?(www\.)?youtube\.com/watch\?v=
in_terminal $VISUAL: \.[^/]*rc$
[suffix]
soffice: odp, pptx?, docx?
neovide: txt, c, cpp, nfo, pl, py, s, conf, md, yaml, toml, lua, h, lisp
st -e less: log
mpv: mp3, wav, mp4, wmv
zathura: pdf, epub, ps
browser: html?
soffice: odt
#xterm -e wget: http://.*.(tar|gz|bz2) - not called due to hash ordering
|