Questions tagged [links]

Links is a family of text-mode web browsers. There are several projects based on Links. Links itself can display images, and Elinks includes a Javascript engine. If your question is about hyperlinks, hard links or symbolic link or dynamic linking, use appropriate the tag instead ([url], [hard-link], [symlink]).

Links is originally a text-mode web browser (not to be confused with , which is also a text-mode web browser and inspired the name but is an unrelated project). The current version of Links can also run in graphics mode. The fork Elinks includes a Javascript engine and can be scripted in Lua.

This tag is only about the web browser. If your question is about:

External links

32 questions
42
votes
3 answers

How do I use wget with a list of URLs and their corresponding output files?

Suppose list_of_urls looks like this: http://www.url1.com/some.txt http://www.url2.com/video.mp4 I know how to use that with: wget -i list_of_urls But, what if my list_of_urls has this, and they all return proper files like PDF's or…
Kit
  • 1,023
  • 3
  • 10
  • 13
11
votes
1 answer

command line friendly search engine, for use with Links

Are there any search engines that are friendly enough to be used in Links? Perhaps a google proxy that has no clutter, I find that Google takes a lot of navigating through the mass of links before being able to put cursor in the search bar, bing a…
squareborg
  • 2,415
  • 1
  • 21
  • 25
8
votes
1 answer

Deleting a hard link's tail file changes the change time of the head or vice versa. Why?

Note: Question although says vice versa but it really does not have any meaning since both of them point to the same inode and its not possible to say which is head and which is tail. Say I have a file hlh.txt [root@FREL ~]# fallocate -l 100…
Himanshuman
  • 241
  • 1
  • 6
7
votes
1 answer

Activating colors in links2 (text mode)

I can't seem to see colors in links2 (text mode), even after playing with my TERM settings. The links2 manpage and README.Debian don't specifically address this issue. Also, command-line options like -html-t-text-color are not recognized in my…
Steven Haryanto
  • 211
  • 1
  • 5
7
votes
5 answers

curl get all links of a web-page

I used to utilize following command to get all links of a web-page and then grep what I want: curl $URL 2>&1 | grep -o -E 'href="([^"#]+)"' | cut -d'"' -f2 | egrep $CMP-[0-9].[0-9].[0-9]$ | cut -d'-' -f3 It was doing great till yesterday. I tried…
Zeinab Abbasimazar
  • 293
  • 1
  • 4
  • 14
6
votes
1 answer

How to select a line of text in the archaic terminal browser - Links

I poured over this http://links.twibright.com/user_en.html#subsubch-html_options But so far does not seem like there is an key to select a line in the browser running in text mode. I would like to select a line and copy it. The cool thing about…
Seph
  • 205
  • 3
  • 5
6
votes
1 answer

Does find -links count the hard links or symbolic links?

Does find -links count the hard links or symbolic links ? find -links 2
faressoft
  • 725
  • 1
  • 8
  • 10
5
votes
1 answer

How can I copy text from Links (webpage) to the console?

I have been building a Linux From Scratch system and I have installed the Links web browser on it, which I am running in graphical mode via DirectFB (I have not yet installed the X Window System). I am wondering if there is a way that I can copy…
Time4Tea
  • 2,288
  • 5
  • 23
  • 54
4
votes
1 answer

Prevent Links browser from share cookies when opened by multiple screen

By default, if open multiple screen browsing same website, it use same cookies. I don't want Links browser to write anything on disk while browsing, so that I can open multiple screen without same cookies. I've tried installing in chroot jail. It…
apasajja
  • 1,917
  • 5
  • 17
  • 19
3
votes
1 answer

cp -al not creating hard links

I want to create snapshots/hard links for my backups, using the cp -al command. While cp -al does create hardlinks when using it on my main system (Mint 18.1), where the parent directory size stays mostly the same after several snapshots, on my…
maks
  • 43
  • 4
2
votes
1 answer

How is /tmp linked to /var/tmp

I've already read up on the differences between /tmp and /var/tmp, so note that this is not what this question is about. When I create a file in /tmp, it shows up in /var/tmp; however, neither directory shows as a sym-link of the other: [root@l12662…
JayRugMan
  • 116
  • 1
  • 8
2
votes
0 answers

How to troubleshoot why zathura doesn't follow web links?

I'm pretty sure that once I was able to press f, then enter a number, finally hit Enter, and the link opened in the browser (I use qutebrowser). This doesn't seem to work anymore, in that following the procedure above, step 3. doesn't trigger any…
Enlico
  • 1,471
  • 16
  • 35
2
votes
1 answer

Actively developed text browser

I am looking for "the modern" lynx/links/elinks fork or equivalent that's actively maintained and can be considered the most advanced of the genre, please. I have looked at this already:…
Robottinosino
  • 5,271
  • 12
  • 39
  • 51
1
vote
2 answers

Comparing two directories based on inodes

A bit of context that I think is relevant for the appropriate solution: I have a server that has two folders; one is ingest, the other is sorted. The source of the sorted folder is the ingest folder, all directories are unique, all files are hard…
Ieuan
  • 111
  • 5
1
vote
2 answers

web links broken again in thunderbird 78.11.0 on Debian

Anyone know how to get the latest Thunderbird working with the latest Firefox on Linux, so that when you click on a link in an email a browser tab opens the selected URL? In the recent Thunderbird 78.11.0 update web links stopped working again for…
Elliptical view
  • 3,559
  • 4
  • 25
  • 44
1
2 3