diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:11:46 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-24 08:11:46 -0500 |
commit | 208ecf206edaa6426128d9999563af5c3e18fadd (patch) | |
tree | a2cbb6d09a5a6a5caa0f6a7ac99826f30283b775 /.urlview | |
download | dotfiles-208ecf206edaa6426128d9999563af5c3e18fadd.tar.xz dotfiles-208ecf206edaa6426128d9999563af5c3e18fadd.zip |
Init
Diffstat (limited to '.urlview')
-rw-r--r-- | .urlview | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.urlview b/.urlview new file mode 100644 index 0000000..8380774 --- /dev/null +++ b/.urlview @@ -0,0 +1,32 @@ +# Urlview configuration file. +# man urlview <Man page> +# +# Put this file in: $HOME/.urlview +# Put url_handler.sh in: /usr/bin +# +# You can call 'urlview' while in 'mutt' by pressing the Ctrl b keys. +# Put these macros in your $HOME/.muttrc file. +# +# macro index \cb |urlview\n +# macro pager \cb |urlview\n +# +# You can call 'urlview' while in 'tin' by pressing | then a for article, +# put urlview as the pipe command. +# +# Regular expression to use to match URLs. + +#REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] +REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] + +# Command to invoke for selected URL. Use lynx, netscape, or url_handler.sh +# shell script. Alternatively, you can leave COMMAND unset and set the BROWSER +# environment variable instead. + +#COMMAND lynx %s +#COMMAND netscape -remote 'openURL(%s)' +#COMMAND url_handler.sh +COMMAND qutebrowser %s + + +# Quit urlview after launch +#QUITONLAUNCH |