diff options
author | Marco Peereboom <marco@conformal.com> | 2010-02-23 02:04:01 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-02-23 02:04:01 +0000 |
commit | 84e6974ef66e39f50abdc7f73ca875444f8be1bf (patch) | |
tree | a127faf2874f6ad8beef363ecc8559c7b43f8a0e /html/man.html | |
parent | a881a84f1583d8ac38987d40d785db89734ca0fa (diff) | |
download | xombrero-84e6974ef66e39f50abdc7f73ca875444f8be1bf.tar.gz |
New man
Diffstat (limited to 'html/man.html')
-rw-r--r-- | html/man.html | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/html/man.html b/html/man.html index 62147a2..e1c18be 100644 --- a/html/man.html +++ b/html/man.html @@ -12,7 +12,7 @@ xxxterm - Lightweight web browser with vi key bindings<br> <br> <font color="#ffff00">SYNOPSIS</font><br> - xxxterm<br> + xxxterm [-STVt] [-f file] [uri] ...<br> <br> <font color="#ffff00">DESCRIPTION</font><br> xxxterm is a minimalistic web browser that tries to stay out of the way<br> @@ -35,6 +35,19 @@ key or mouse bindings. See the BINDINGS section below for defaults and<br> customizations.<br> <br> + The options are as follows:<br> +<br> +<font color="#ff6060"> -S</font> Disable the toolbar.<br> +<br> +<font color="#ff6060"> -T</font> Disable visualization of tabs.<br> +<br> +<font color="#ff6060"> -V</font> Display version and exit.<br> +<br> +<font color="#ff6060"> -f</font> file<br> + Use alternate config file.<br> +<br> +<font color="#ff6060"> -t</font> Disable tabs.<br> +<br> <font color="#ffff00">CONFIGURATION FILES</font><br> xxxterm tries to open the user specific file, ~/.xxxterm.conf. If that<br> file is unavailable, it then uses built-in defaults.<br> @@ -59,6 +72,15 @@ download_dir Locations where files are downloaded to.<br> This directory must exist and xxxterm vali-<br> dates that during startup.<br> + fancy_bar Enables a backward, forward and stop button<br> + to the toolbar. Additionally if<br> + search_string is set it'll enable an entry<br> + box for searches.<br> + search_string Default search engine string. See<br> + xxxterm.conf file for details.<br> +<br> + xxxterm overrides http_proxy if it is specified as an environment vari-<br> + able.<br> <br> <font color="#ffff00">BINDINGS</font><br> xxxterm provides many functions (or actions) accessed via key or mouse<br> @@ -127,6 +149,6 @@ <font color="#ffff00">AUTHORS</font><br> xxxterm was written by Marco Peereboom <marco@peereboom.us><br> <br> -OpenBSD 4.7 February 22, 2010 2<br> +OpenBSD 4.7 February 23, 2010 3<br> </font></body> </html> |