This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
other:elinks_terminal_web_browser [2021/04/02 04:33] nanodano [Installation] |
other:elinks_terminal_web_browser [2021/04/04 20:18] (current) nanodano |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Terminal Web Browsing with ELinks ====== | + | ====== Terminal Web Browsing |
| - | [[http:// | + | [[http:// |
| ===== Installation ===== | ===== Installation ===== | ||
| Line 29: | Line 29: | ||
| sudo make install | sudo make install | ||
| </ | </ | ||
| - | To see what features ELinks was built with, go to the Help | About menu with '' | ||
| - | ## Basic usage | ||
| - | To see what features ELinks was built with, go to the Help | About menu with '' | + | ===== Basic usage ===== |
| - | Use the '' | + | To launch elinks, simply invoke |
| - | - Open a URL - '' | + | <code bash> |
| - | - Scroll up and down - '' | + | elinks |
| - | - Go back/ | + | |
| - | - Download selected link - '' | + | # Open multiple tabs at once |
| - | - Open download manager - '' | + | elinks devdungeon.com electropunk.net |
| - | - Open a temporary shell - '' | + | </ |
| - | - Open history - '' | + | |
| - | - Edit keybinds - '' | + | The main menu at the top is your best friend when starting out. Use the '' |
| + | |||
| + | To see what features ELinks was built with, go to the Help | About menu with '' | ||
| + | |||
| + | * Navigating | ||
| + | * Open a URL - '' | ||
| + | | ||
| + | * Page down - '' | ||
| + | * Page up - '' | ||
| + | * Jump to top/bottom of page - '' | ||
| + | * Go back/ | ||
| + | * Select next/ | ||
| + | * Open current link - '' | ||
| + | * Open current link in new tab - '' | ||
| + | * Tabs | ||
| + | * Open a new tab - '' | ||
| + | * Close a tab - '' | ||
| + | * Open tab menu - '' | ||
| + | * Next/ | ||
| + | * Move tab position - '' | ||
| + | * Downloads | ||
| + | * Download selected link - '' | ||
| + | | ||
| + | * Bookmarks | ||
| + | * Add a bookmark | ||
| + | * Bookmark current page - '' | ||
| + | * Bookmark manager - '' | ||
| + | * Misc | ||
| + | * Open a temporary shell - '' | ||
| + | | ||
| + | | ||
| + | * Quit - '' | ||