User Tools

Site Tools


educare:elinks
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


educare:elinks [2020/06/08 22:20] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Elinks ======
 +  * Naviga in modalità testuale
 +  * Esegue Javascript (con spidermonkey-bin) e memorizza Cookies
 +  * Form History: memorizza i form e li ripropone
 +  * URI Rewriting: memorizza abbreviazioni per gli indirizzi e per motori di ricerca(parametri) 
 +  * Global History: memorizza tutti i siti navigati
 +  * Session History: back, forward (File::History menu)
 +  * Scorciatoie personalizzabili (man page: elinkskeys)
 +  * Testo selezionabile mediante Shift
 +  * Permette di salvare la pagina in testo formattato: elinks -dump output.txt
  
 +<file sh elinks.conf>
 +## ~/.elinks/elinks.conf
 +##
 +## some shortcut are like firefox...
 +## Ctrl-C is occupied by Kill
 +## Alt-Left is occupied by change VT
 +bind "main" "Alt-Tab" = "end"
 +bind "main" "Tab" = "frame-next"
 +bind "main" "F6" = "goto-url"
 +bind "main" "Tab" = "move-link-next"
 +bind "main" "Ctrl-Tab" = "tab-next"
 +bind "main" "Ctrl-Shift-Tab" = "tab-prev"
 +bind "main" "Ctrl-F4" = "tab-close"
 +bind "main" "Ctrl-F" = "search"
 +bind "main" "n" = "find-next"
 +bind "main" "Ctrl-R" = "reload"
 +bind "main" "Escape" = "abort-connection"
 +bind "main" "Enter" = "link-follow"
 +#bind "main" "Space" = "select"
 +bind "main" "Ctrl-Enter" = "link-menu"
 +bind "main" "Ctrl-Shift-Enter" = "open-link-in-new-tab"
 +bind "main" "D" = "download-manager"
 +bind "main" "d" = "link-download"
 +bind "main" "Ctrl-Tab" = "tab-next"
 +bind "main" "H" = "header-info"
 +bind "main" "h" = "history-manager"
 +bind "main" "Ctrl-H" = "history-manager"
 +bind "main" "Ctrl-D" = "add-bookmark"
 +bind "main" "x" = "exmode"
 +bind "main" "Left" = "history-move-back"
 +bind "main" "Right" = "history-move-forward"
 +bind "main" "Up" = "scroll-up"
 +bind "main" "Down" = "scroll-down"
 +#bind "main" "m" = "mark-item"
 +bind "main" "Ctrl+M" = "mark-goto"
 +bind "main" "F10" = "menu"
 +#bind "main" "Ctrl+X" = "cut-clipboard"
 +#bind "main" "Ctrl+Ins" = "copy-clipboard"
 +#bind "main" "Ctrl+V" = "paste-clipboard"
 +</file>
educare/elinks.txt · Last modified: 2020/06/08 22:20 by 127.0.0.1