How can I copy text from Links (webpage) to the console?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
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 text from a Links webpage running in one tty, to a console (Bash) running in another tty?
I know text can be copied between two ttys with GPM; however, I can't find a way to do it from Links. In text mode, I seem to be unable to highlight text with the cursor; in graphical mode, I can highlight text, but it doesn't copy to the console with the middle mouse button, like it does in GPM.
It would be very helpful for building further LFS packages, if I could copy-paste text from a web browser to the console.
console lfs links
add a comment |Â
up vote
1
down vote
favorite
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 text from a Links webpage running in one tty, to a console (Bash) running in another tty?
I know text can be copied between two ttys with GPM; however, I can't find a way to do it from Links. In text mode, I seem to be unable to highlight text with the cursor; in graphical mode, I can highlight text, but it doesn't copy to the console with the middle mouse button, like it does in GPM.
It would be very helpful for building further LFS packages, if I could copy-paste text from a web browser to the console.
console lfs links
1
Use screen
â Ipor Sircer
Jun 25 at 17:16
@IporSircer ok, I'll give that a try. Thanks.
â Time4Tea
Jun 25 at 18:03
2
Yes,screen
andtmux
both have a "copy" feature, after using CTRL+A "ESC" (screen
) or CTRL+B "ESC" (tmux
). That way it is no longer relevant which program you're trying to copy from.
â Stefan M
Jun 25 at 19:26
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
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 text from a Links webpage running in one tty, to a console (Bash) running in another tty?
I know text can be copied between two ttys with GPM; however, I can't find a way to do it from Links. In text mode, I seem to be unable to highlight text with the cursor; in graphical mode, I can highlight text, but it doesn't copy to the console with the middle mouse button, like it does in GPM.
It would be very helpful for building further LFS packages, if I could copy-paste text from a web browser to the console.
console lfs links
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 text from a Links webpage running in one tty, to a console (Bash) running in another tty?
I know text can be copied between two ttys with GPM; however, I can't find a way to do it from Links. In text mode, I seem to be unable to highlight text with the cursor; in graphical mode, I can highlight text, but it doesn't copy to the console with the middle mouse button, like it does in GPM.
It would be very helpful for building further LFS packages, if I could copy-paste text from a web browser to the console.
console lfs links
asked Jun 25 at 16:01
Time4Tea
866119
866119
1
Use screen
â Ipor Sircer
Jun 25 at 17:16
@IporSircer ok, I'll give that a try. Thanks.
â Time4Tea
Jun 25 at 18:03
2
Yes,screen
andtmux
both have a "copy" feature, after using CTRL+A "ESC" (screen
) or CTRL+B "ESC" (tmux
). That way it is no longer relevant which program you're trying to copy from.
â Stefan M
Jun 25 at 19:26
add a comment |Â
1
Use screen
â Ipor Sircer
Jun 25 at 17:16
@IporSircer ok, I'll give that a try. Thanks.
â Time4Tea
Jun 25 at 18:03
2
Yes,screen
andtmux
both have a "copy" feature, after using CTRL+A "ESC" (screen
) or CTRL+B "ESC" (tmux
). That way it is no longer relevant which program you're trying to copy from.
â Stefan M
Jun 25 at 19:26
1
1
Use screen
â Ipor Sircer
Jun 25 at 17:16
Use screen
â Ipor Sircer
Jun 25 at 17:16
@IporSircer ok, I'll give that a try. Thanks.
â Time4Tea
Jun 25 at 18:03
@IporSircer ok, I'll give that a try. Thanks.
â Time4Tea
Jun 25 at 18:03
2
2
Yes,
screen
and tmux
both have a "copy" feature, after using CTRL+A "ESC" (screen
) or CTRL+B "ESC" (tmux
). That way it is no longer relevant which program you're trying to copy from.â Stefan M
Jun 25 at 19:26
Yes,
screen
and tmux
both have a "copy" feature, after using CTRL+A "ESC" (screen
) or CTRL+B "ESC" (tmux
). That way it is no longer relevant which program you're trying to copy from.â Stefan M
Jun 25 at 19:26
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451793%2fhow-can-i-copy-text-from-links-webpage-to-the-console%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Use screen
â Ipor Sircer
Jun 25 at 17:16
@IporSircer ok, I'll give that a try. Thanks.
â Time4Tea
Jun 25 at 18:03
2
Yes,
screen
andtmux
both have a "copy" feature, after using CTRL+A "ESC" (screen
) or CTRL+B "ESC" (tmux
). That way it is no longer relevant which program you're trying to copy from.â Stefan M
Jun 25 at 19:26