-
Notifications
You must be signed in to change notification settings - Fork 179
Support output selection and copy & paste [$65] #7
Comments
copy paste keyboard shortcuts doesn't work and no right click menu for copy past :( |
@sajithdilshan: That's why this bug is here. |
confirm |
@p-e-w Do you think a "default selection fallback" for un-supported output unlike 'ls'? Or some selection regardless of the command? |
@pyluyten: I'm afraid I don't understand what you mean. |
+1 |
I would like this feature too. |
👍 |
IMHO, this bug is so urgent and important to solve it as soon as possible. |
I respect your opinion, but I disagree. Full support for terminal emulation is much more important, both for usability reasons and because the implementation details will determine how copy & paste can be executed. Both bugs will of course be fixed before Final Term is officially released. |
how to select copy and paste? i'm not able. |
Actually it doesn't exist the copy&paste function. |
👍 |
+1 ... edit: totally missed your comment in the thread above... until now it wasn't clear to me if this was planned to be fixed or what the issues were. |
+1 for copy/paste |
Sorry, no. |
Please also implement a "middle click" paste. That is one of my favorite features of Linux, it would be a shame for finalterm not to support it. |
What's the status on this feature? If copy-paste worked and some performance issues were solved finalterm would be usable. Now when i run 1 command i get 60% load on cpu. Its a pitty because it really is different from other terminal emulators. |
This is disappointing...:( |
@JishnuChatterjee: I'm confused. What exactly do you find disappointing? That the lack of copy and paste is already being tracked in this issue? That it is marked as part of the "Initial Stable Release" milestone so there will definitely be no Final Term release without copy and paste (note that this repository is not a release but an in development project, as is clearly stated everywhere from the website to the readme)? All these things are very positive IMO so I do not see why they would disappoint anyone... However... in case you mean that you are disappointed that copy and paste is not implemented yet, fear not! There is a very simple fix: Just submit a pull request implementing it and I promise I will consider it for merging. In case you are unfamiliar with Vala (as I was before I started Final Term), the tutorial is here: https://wiki.gnome.org/Projects/Vala/Tutorial |
I started working on this and I'll update you here when it's fixed |
@efouladi: I'm very excited to hear that you are undertaking to implement this important feature. As noted in #301, deep changes to |
Great to hear that, you started an innovative piece of software you On 08/11/2014 04:20 PM, efouladi wrote:
|
@p-e-w I sent you an email regarding this issue (I would like to fix it, but I don't want my work to be negated by scheduled changes without knowing what they entail). Did you receive it? |
Yes I did, just sent you a reply :) |
This is aimed at fixing p-e-w#7; the next step is implementing user-based text selection for copying. Currently, one can only copy data from hard-coded lines (in this case, the current command input is used), but pasting works as expected.
I think this (Vreality's latest releated commit) should be kept as a feature after implementing normal copying with selection, as this is the most common use of copying from a terminal. |
@arkocal: I agree, this is a really convenient idea. A simply right click menu item to copy the full line currently under the cursor would also make sense, and could be implemented with current technology as well. |
Hi, I love finalterm, just want to know if there is some sort of an eta on the copy paste issue. I would like to paste code from the clipboard. It looks like it is being implemented in this commit nashley@2f27f94 however I dont see it in the latest build. |
@janpansa That's because I'm still working on the code (sorry, I'd like to work on it more, but I've been really busy). You can certainly use my fork for now if you wish, but you should realize that features may not be fully implemented or (more) bugs may appear. |
@nashley Thanks for the feedback ! that's great news. |
This is aimed at fixing p-e-w#7; the next step is implementing user-based text selection for copying. Currently, one can only copy data from hard-coded lines (in this case, the current command input is used), but pasting works as expected.
I have a working normal select and copy, and beginnings of column select implementation here. |
It should be possible to select, copy and paste terminal output.
There is a $65 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: