https://github.com/rnpnr/links
links - lynx-like text mode web browser
https://github.com/rnpnr/links
browser terminal web
Last synced: about 1 year ago
JSON representation
links - lynx-like text mode web browser
- Host: GitHub
- URL: https://github.com/rnpnr/links
- Owner: rnpnr
- License: gpl-2.0
- Created: 2019-09-22T02:02:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T15:35:17.000Z (over 2 years ago)
- Last Synced: 2025-03-28T02:02:04.632Z (about 1 year ago)
- Topics: browser, terminal, web
- Language: C
- Homepage:
- Size: 12.3 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Links
=====
Links is a Lynx-like text and graphics WWW browser.
This fork cleans up a lot of legacy code but removes the graphics mode.
If that mode was important to you then steer clear.
WARNING: This has been subtly broken for a while. It sometimes segfaults on
unexpected pages in a way that is difficult to debug (it forces gdb to the
background on segfault and `fg` just sends it back to the background). I still
occasionally use it for reading mailing list archives but fixing it is not high
priority. Patches are always welcome!
Requirements
------------
In order to build links you need the following:
* libevent
* libssl
Installation
---------------
Edit config.mk to match your local setup (links is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install links (if
necessary as root):
```
make clean install
```