A lightweight lynx(1) wrapper for a seamless terminal browsing experience.
- Terminal Friendly: Automatically wraps text to an optimal width of 80 characters.
- Smart Paging: Full support for your preferred
$PAGER. - Editor Compatible: Safely handles interactive editors (like
vim,nano,emacs) as pagers using smart temporary file management to prevent terminal distortion.
lynx(The text web browser)
Copy the browse script to any directory in your $PATH and ensure it is executable:
chmod +x browse
cp -p browse ~/bin/browse "https://mozilla.org"PAGER=less browse "https://mozilla.org"PAGER=vim browse "https://mozilla.org"Copyright (c) 2026 BytBard. Licensed under the MIT License.