lynx
Command-line web browser. More information: <https://lynx.browser.org>.
Install
- All systems
-
curl cmd.cat/lynx.sh
- Debian
-
apt-get install lynx
- Ubuntu
-
apt-get install lynx
- Alpine
-
apk add lynx
- Arch Linux
-
pacman -S lynx
- Kali Linux
-
apt-get install lynx
- CentOS
-
yum install lynx
- Fedora
-
dnf install lynx
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lynx
- OS X
-
brew install lynx
- Raspbian
-
apt-get install lynx
- Dockerfile
- dockerfile.run/lynx
- Docker
-
docker run cmd.cat/lynx lynx
powered by Commando
Command-line web browser. More information: <https://lynx.browser.org>.
-
Visit a website:
lynx example.com
-
Apply restrictions for anonymous account:
lynx -anonymous example.com
-
Turn on mouse support, if available:
lynx -use_mouse example.com
-
Force color mode on, if available:
lynx -color example.com
-
Open a link, using a specific file to read and write cookies:
lynx -cookie_file=path/to/file example.com
-
Navigate forwards and backwards through the links on a page:
Up arrow key|Down arrow key
-
Go back to the previously displayed page:
Left arrow key|u
-
Exit:
q + y
© tl;dr; authors and contributors