about summary refs log tree commit diff stats
path: root/forth/pomo.fs
Commit message (Expand)AuthorAgeFilesLines
* *elioat2022-11-201-0/+44
formal.com> 2011-01-08 16:23:38 +0000 made much more readable by jmc@opebsd.org' href='/novaburst/xombrero/commit/xxxterm.1?id=967a4440398c6bede58fb3dd76866d13041d97f1'>967a444 ^
880c626 ^

















967a444 ^
880c626 ^
a881a84 ^

967a444 ^
a881a84 ^
b2a1b2d ^
a881a84 ^
880c626 ^





967a444 ^

880c626 ^


967a444 ^







a881a84 ^


5b6d1c1 ^
967a444 ^
a881a84 ^



a881a84 ^

b2a1b2d ^
7c76d9a ^
b2a1b2d ^
967a444 ^



5b6d1c1 ^

a881a84 ^
967a444 ^

880c626 ^
967a444 ^









880c626 ^
967a444 ^













486b84d ^
967a444 ^



76d9462 ^
967a444 ^

5f5eee5 ^
967a444 ^

880c626 ^
967a444 ^




880c626 ^
967a444 ^
5b6d1c1 ^

967a444 ^
af78d72 ^
5b6d1c1 ^



5b6d1c1 ^
967a444 ^



5b6d1c1 ^
967a444 ^
880c626 ^
967a444 ^
6da5e93 ^

5b6d1c1 ^
967a444 ^




5b6d1c1 ^
967a444 ^
7deec11 ^
967a444 ^
7deec11 ^
967a444 ^
7deec11 ^


967a444 ^
7deec11 ^
967a444 ^



7deec11 ^
967a444 ^
af78d72 ^
6e09e13 ^



880c626 ^
af78d72 ^
880c626 ^
af78d72 ^
880c626 ^
af78d72 ^
880c626 ^
af78d72 ^
880c626 ^
af78d72 ^
880c626 ^
af78d72 ^
4f4ab6b ^
af78d72 ^
4f4ab6b ^
af78d72 ^
880c626 ^
af78d72 ^
880c626 ^




1c2b62c ^
b7d59d0 ^
3f054bb ^

8713162 ^

1c2b62c ^
1fcc579 ^
1ff47ed ^
967a444 ^
8d822c0 ^
967a444 ^
5b6d1c1 ^
967a444 ^






5b6d1c1 ^
967a444 ^


6e09e13 ^
967a444 ^
6e09e13 ^
880c626 ^
7deec11 ^

2998b58 ^
967a444 ^
2998b58 ^
967a444 ^
880c626 ^
967a444 ^

c138ef2 ^
967a444 ^
af78d72 ^
967a444 ^
880c626 ^
967a444 ^

880c626 ^
967a444 ^
a2ea952 ^
967a444 ^
a2ea952 ^
967a444 ^


a2ea952 ^
967a444 ^



05d3ebe ^



05d3ebe ^
967a444 ^





5b6d1c1 ^
967a444 ^
5b6d1c1 ^


967a444 ^








c166de6 ^
967a444 ^








f6ed364 ^
967a444 ^






f6ed364 ^
f6ed364 ^
967a444 ^


f6ed364 ^
967a444 ^









f6ed364 ^
f6ed364 ^

967a444 ^

3f054bb ^
967a444 ^






5b6d1c1 ^
0fa9c4f ^
a233fbd ^

967a444 ^

































880c626 ^

5b6d1c1 ^
967a444 ^











5b6d1c1 ^
967a444 ^











880c626 ^
880c626 ^








967a444 ^
997da60 ^
967a444 ^



















































































f587ed3 ^

9c000bf ^
f587ed3 ^

967a444 ^



b419957 ^
967a444 ^























967a444 ^




















































880c626 ^

967a444 ^


880c626 ^

880c626 ^

9dd88fb ^
967a444 ^
9dd88fb ^
967a444 ^








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586

                 

                                                                 

















                                                                            
                           
            

           
            
                
              
   





                                                                           

                                              


                          







                                                                         


                           
                
                                          



                              

             
        
                           
   



                       

                         
   

                                                    
   









                                          
   













                                                                     
   



                             
   

                                                
   

                   
   




                                                                     
   
                                          

              
          
                        



                             
   



                                             
   
                                          
         
                    

                     
   




                                                                       
   
                                          
         
                 
          
                             


                   
                               
   



                                                        
   
                                                                 
                   



                                         
             
                           
            
              
                 
            
                     
             
              
               
           
                           
         
                  
       
               
          
              




              
          
         

                

          
          
              
          
                                    
          
                  
   






                                                                       
   


                                                            
          
                                      
          
                   

              
             
                      
              
                  
               

            
              
                             
                      
                           
   

                                                             
   
                                          
        
                                                        
        


                                                  
   



                                                  



                                                                          
   





                                                  
   
                                          


          








                                                         
         








                                                                   
             






                                                   
                  
                         


                                                                 
   









                                                                       
                    

                                                       

                                                  
         






                                  
           
               

               

































                                                                           

                          
                      











                                                               
                   











                                   
   








                                               
   
   



















































































                                                                                

                                                                
                                                                           

                                           



                                   
                                                                   























                                                                               




















































                                                                            

           


                                                   

            

              
                                           
                                                    
   








                                                                        
.\"	$xxxterm$
.\"
.\" Copyright (c) 2010, 2011 Marco Peereboom <marco@peereboom.us>
.\" Copyright (c) 2011 Jason McIntyre <jmc@kerhand.co.uk>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
.\" copyright notice and this permission notice appear in all copies.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd $Mdocdate$
.Dt XXXTERM 1
.Os
.Sh NAME
.Nm xxxterm
.Nd lightweight web browser
.Sh SYNOPSIS
.Nm xxxterm
.Bk -words
.Op Fl nSTtV
.Op Fl f Ar file
.Op Ar url ...
.Ek
.Sh DESCRIPTION
.Nm
is a minimalistic web browser that tries to stay out of the way so that
valuable screen real estate can be used for much more important stuff.
It has sane defaults and does not require one to learn a language to do any
configuration.
It was written by hackers for hackers
and it strives to be small, compact, and fast.
.Pp
.Nm
is very simple in its use.
Most actions are initiated via key or mouse bindings.
Key bindings are based on those of the
.Xr vi 1
text editor,
giving web browsing a similar feel to navigating a text document.
The
.Sx KEY BINDINGS
section below documents the various defaults and possible customizations.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl f Ar file
Specify an alternative configuration file.
.It Fl S
Disable the toolbar.
.It Fl T
Disable visualization of tabs.
.It Fl t
Disable tabs.
.It Fl n
Open a new tab in a running
.Nm
for each specified URL.
This option requires
.Cm enable_socket
to be enabled.
.It Fl V
Display version and exit.
.El
.Sh FAST STARTUP
The following notation is used throughout this page:
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm C
Control
.It Cm M
Meta (sometimes marked Alt)
.It Cm M1
Mouse button 1
.It Cm S
Shift
.El
.Pp
To browse to a specific address,
either use the mouse to click on the address bar
or press
.Cm F6
to shift the keyboard focus to the address bar.
The address is then entered manually.
.Pp
The mouse can be used to navigate the page in the traditional manner,
or the keyboard can be used instead.
For example,
.Cm PageUp
and
.Cm PageDown
will scroll up and down the page.
.Pp
To follow a link,
either click on it or use the
.Cm f
key and have
.Nm
assign numbers to each link on the page;
entering that number on the keyboard will prompt
.Nm
to follow the link.
.Sh KEY BINDINGS
.Nm
provides many actions accessed via key or mouse bindings.
Note that WebKit & GTK+ have their own set of key bindings
that are not overruled and therefore are available as-is.
.Ss Search Commands
These commands are used to search for text strings within a web page.
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm /
Start a search
.It Cm \&?
Start a backwards search
.It Cm n
Next item matching search
.It Cm N
Previous item matching search
.El
.Ss Focus Commands
These commands are used to shift the focus of
.Nm
from one area to another.
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm F6
Focus on address bar
.It Cm F7
Focus on search entry
.El
.Ss Command Aliases
These commands allow the user to map specific actions to specific keys.
It can be useful when the
.Fl S
option is used.
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm F9
Alias for ":open"
.It Cm F10
Alias for ":open current-uri"
.It Cm F11
Alias for ":tabnew"
.It Cm F12
Alias for ":tabnew current-uri"
.El
.Ss Navigation Commands
These commands allow the user to navigate web pages and,
to some extent,
control the browser.
.Pp
.Bl -tag -width "Space, C-f, PageDownXXX" -offset indent -compact
.It Cm F5, C-r, C-l
Reload page
.It Cm C-R
Reload page without using any cached data
.It Cm Backspace, M-Left
Previous page
.It Cm S-BackSpace, M-Right
Forward page
.It Cm j, Down
Next line on page
.It Cm k, Up
Previous line on page
.It Cm G, End
Bottom of page
.It Cm gg, Home
Top of page
.It Cm Space, C-f, PageDown
Page down
.It Cm C-b, PageUp
Page up
.It Cm l, Right
Page right
.It Cm h, Left
Page left
.It Cm $
Page far right
.It Cm 0
Page far left
.It Cm M-f
Favorites
.It Cm M-d
Download manager
.It Cm C-p
Print page
.It Cm M-h
Global history
.It Cm C-j
Toggle javascript enabled for domain
.It Cm C-s
Toggle source view
.El
.Ss Tab Manipulation
.Nm
supports tabbed browsing.
That is, web pages may be opened in separate tabs,
allowing the user to quickly move from one page to another,
and back.
These commands then are used to create, destroy, and move between tabs.
.Pp
.Bl -tag -width "C-plus, C-equalXXX" -offset indent -compact
.It Cm C-M1
Open new tab with the clicked link
.It Cm C-t
Create new tab with focus in URL entry
.It Cm C-w
Destroy current tab
.It Cm U
Undo close tab
.It Cm C-Left
Go to the previous tab
.It Cm C-Right
Go to the next tab
.It Cm C-[1..0]
Jump to page
.Ar N
.It Cm C-minus
Shrink font size by one point
.It Cm C-plus, C-equal
Grow font size by one point
.El
.Ss Yanking and pasting
These commands copy and paste text to and from the clipboard.
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm p
Paste the contents of the clipboard into the address bar
.It Cm P
Paste the contents of the clipboard into a new tab
.It Cm y
Yank the current URL into the clipboard
.El
.Ss Hyperlink Following
This allows the user to follow hyperlinks
without using a mouse.
Enter the corresponding number to follow the link.
Alternatively one can type the name of the link and when there are no more
possibilities
.Nm
will follow the link.
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm f
Highlight all links and prefix them with a number.
.El
.Ss Exiting
Commands to exit the browser.
.Pp
.Bl -tag -width Ds -offset indent -compact
.It Cm C-Q
Quit
.El
.Sh COMMAND MODE
Command mode works in a similar fashion to the
.Xr vi 1
editor;
it is entered by typing a colon and exited by typing Esc.
The commands and their descriptions are listed below.
.Bl -tag -width Ds -offset indent
.It Cm about , version
Show the "About" page.
.It Cm ca
Display CA certificates.
.It Cm cert , cert show
Download and display certificates of domain on tab.
.It Cm cert save
Save certificate into a local store.
The next time the site is visited it is compared against the store.
If the certificate matches,
the address bar will be blue;
if it doesn't the bar will be red.
.It Cm cookie
The
.Cm cookie
command is used to manipulate the cookie whitelist.
Used by itself it expands to
.Cm cookie show all .
.It Cm cookies
Show cookie jar contents.
.It Cm cookie save
.It Cm cookie save domain
Save the top level domain name to the persitent whitelist.
For example,
the www.peereboom.us domain would result in saving .peereboom.us.
.Pp
This action enables cookies if it is currently disabled for this entry.
.It Cm cookie save fqdn
Save the current fully qualified domain name (FQDN)
to the persitent whitelist.
.It Cm cookie show all
Show all persistent and session entries in the cookie whitelist.
.It Cm cookie show persistent
Show all persistent entries in the cookie whitelist.
.It Cm cookie show session
Show all session entries in the cookie whitelist.
.It Cm cookie toggle
.It Cm cookie toggle domain
Toggle cookie support for the current top level domain.
.It Cm cookie toggle fqdn
Toggle Java Script execution for the current FQDN.
.It Cm dl
Show download manager.
.It Cm fav
Show favorites.
.It Cm favadd
Add the current page to favorites.
.It Cm h , hist , history
Show global history.
.It Cm help
Show help page.
.It Cm home
Go to home URL.
.It Cm js
The
.Cm js
command is used to manipulate the Java Script whitelist.
Used by itself it expands to
.Cm js show all .
.It Cm js save
.It Cm js save domain
Saves the top level domain name to the persitent whitelist.
For example,
the www.peereboom.us domain would result in saving .peereboom.us.
.Pp
This action enables Java Script if it is currently disabled for this entry.
.It Cm js save fqdn
Saves the current FQDN to the persitent whitelist.
.It Cm js show all
Shows all persistent and session entries in the JS whitelist.
.It Cm js show persistent
Shows all persistent entries in the JS whitelist.
.It Cm js show session
Shows all session entries in the JS whitelist.
.It Cm js toggle
.It Cm js toggle domain
Toggle Java Script execution for the current top level domain.
.It Cm js toggle fqdn
Toggle Java Script execution for the current FQDN.
.It Cm open , op , o URL
Open URL.
.It Cm print
Print page.
.It Cm qa , qa! , q!
Quit
.Nm .
.It Cm quit , q
Close current tab and quit
.Nm
if it is the last tab.
.It Cm restart
Restart
.Nm
and reload all current tabs.
.It Cm stats
Show blocked cookie statistics.
These statistics vary based on settings and are not persistent.
.It Cm tabclose , tabc
Close current tab.
.It Cm tabnew , tabedit , tabe URL
Create new tab and optionally open provided URL.
.It Cm tabnext , tabn
Go to the next tab.
.It Cm tabprevious , tabp
Go to the previous tab.
.It Cm w
Save open tabs.
The tabs will be restored next time
.Nm
is started.
.It Cm wq , wq!
Save open tabs and quit.
The tabs will be restored next time
.Nm
is started.
.El
.Sh FILES
.Bl -tag -width "/etc/xxxterm.confXXX" -compact
.It Pa ~/.xxxterm.conf
.Nm
user specific settings.
.It Pa ~/.xxxterm
.Nm
scratch directory.
.El
.Pp
.Nm
tries to open the user specific file,
.Pa ~/.xxxterm.conf .
If that file is unavailable,
it then uses built-in defaults.
.Pp
The format of the file is \*(Ltkeyword\*(Gt = \*(Ltsetting\*(Gt.
For example:
.Pp
.Dl http_proxy = http://127.0.0.1:8080
.Pp
Enabling or disabling an option is done by using 1 or 0 respectively.
.Pp
The file supports the following keywords:
.Pp
.Bl -tag -width "enable_cookie_whitelistXXX" -offset indent -compact
.It Cm alias
Defines an alias for a given URL, so that the URL is loaded when the alias is
entered in the address bar.
If the aliased URL includes a %s format specifier, then any argument given after
the alias on the address bar is substituted.
For example, if g,http://www.google.com/search?q=%s is defined as an alias,
then the URL http://www.google.com/search?q=foo is loaded when navigating to
"g foo".
.It Cm allow_volatile_cookies
If set cookies are stored in the session cache but will be discarded once
.Nm
exits.
Unfortunately enabling this does allow for some limited tracking on the web.
.It Cm append_next
When set a new tab is appended after the current tab instead of being appended
as the last tab.
.It Cm cookie_policy
This field delineates the cookie policy.
Possible values are: no3rdparty, reject 3rd party cookies.
accept, accept all cookies.
reject, reject all cookies.
.It Cm cookie_wl
This is a cookie whitelist item.
Use multiple times to add multiple entries.
Valid entries are for example *.moo.com and the equivalent .moo.com.
A fully qualified host is also valid and is for example www.moo.com.
.It Cm cookies_enabled
Enable cookies.
.It Cm ctrl_click_focus
Give focus in newly created tab instead of opening it in the background.
.It Cm default_font_size
Set the default browsing font size.
.It Cm download_dir
Locations where files are downloaded to.
This directory must exist and
.Nm
validates that during startup.
.It Cm enable_cookie_whitelist
When enabled all cookies must be in the whitelist or they are rejected.
.It Cm enable_js_whitelist
When enabled all domains must be in the js whitelist in order to run javascript.
NOTE: Make sure
.Cm enable_scripts
is set to 0.
.It Cm enable_plugins
Enable plugins.
.It Cm enable_scripts
Enable scripts.
.It Cm enable_socket
When enabled the first instance of
.Nm
will create a socket in the
.Pa ~/.xxxterm
directory.
Using the -n url option on subsequent
.Nm
invocations will cause the specified URL to be loaded in a new tab.
Only a user with identical UID and GID can use this option.
.It Cm fancy_bar
Enables a backward, forward, and stop button to the toolbar.
Additionally if
.Cm search_string
is set it'll enable an entry box for searches.
.It Cm http_proxy
Proxy server in URL format.
.Nm
overrides
.Cm http_proxy
if it is specified as an environment variable.
It must be noted that one MUST use an IP address and not a FQDN.
.Pp
If one desires to use a socks proxy then an intermediary tool must be used.
It has been reported that tsocks works with
.Nm .
.It Cm icon_size
Permits icon sizes to be changed if
.Cm fancy_bar
is enabled.
Size 1 is small; 2 is normal; 3 through 6 are progressively larger.
.It Cm js_wl
This is a javascript whitelist item.
See
.Cm cookie_wl
for semantics and more details.
.It Cm mime_type
Sets an action for a specific or default MIME type.
For example, to download and view a pdf using kpdf set mime_type =
application/pdf,kpdf.
To set a default value use *, for example mime_type = video/*,mplayer.
Note that the action is only passed the URL and not all applications are
capable of downloading content and therefore one might have to create a wrapper
script to download the content first.
.It Cm read_only_cookies
Mark cookies file read-only and discard all cookies once the session is
terminated.
.It Cm refresh_interval
Refresh interval while in the download manager.
The default is 10.
.It Cm resource_dir
Directory that contains various
.Nm
resources such as icons.
This is OS-specific and should be handled by the porter.
.It Cm save_global_history
If set the global history will be saved to
.Pa ~/.xxxterm/history
when quitting
and restored at startup.
See the
.Sx KEY BINDINGS
section above for how the global history is accessed.
Global history is not saved to disk by default.
.It Cm save_rejected_cookies
Saves rejected cookies in cookie format in {work_dir}/rejected.txt.
All cookies are saved and unlike a cookie jar they are never replaced.
Make sure there is enough disk space to enable this feature.
.It Cm search_string
Default search engine string.
See the
.Pa xxxterm.conf
file for details.
.It Cm session_timeout
If this value is greater than 3600 then it is the time added in seconds to a
session cookie.
If the value is smaller than 3600 then there is no change
to the expiration of a session cookie.
.It Cm single_instance
If set only one
.Nm
will be permitted to run.
If there is a URL specified it will be opened in a new tab in the already
running
.Nm
session.
.It Cm ssl_ca_file
If set to a valid PEM file
all server certificates will be validated against it.
The URL bar will be colored green when the certificate is trusted
and yellow when untrusted.
.It Cm ssl_strict_certs
If this value is set connections to untrusted sites will be aborted.
This value is only used if
.Cm ssl_ca_file
is set.
.It Cm user_agent
Set to override the default
.Nm
user-agent string.
.It Cm window_height
Set the default height of the browser window.
.It Cm window_width
Set the default width of the browser window.
If
.Cm ssl_ca_file
is not set then the URL bar will color all HTTPS connections red.
.El
.Sh HISTORY
.Nm
was inspired by vimprobable2 and the bloat in other
.Ux
web browsers.
.Sh AUTHORS
.An -nosplit
.Nm
was written by
.An Marco Peereboom Aq marco@peereboom.us ,
.An Stevan Andjelkovic Aq stevan@student.chalmers.se
and
.An Edd Barrett Aq vext01@gmail.com .
.Sh BUGS
When
.Cm save_global_history
is enabled
.Nm
is supposed to, in addition to restoring the global history, color the
visited links accordingly; however due to bug #51747 in WebKit this does
not happen.