Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't copy text in some situations #1214

Open
thomasd3 opened this issue Apr 27, 2022 · 5 comments
Open

Can't copy text in some situations #1214

thomasd3 opened this issue Apr 27, 2022 · 5 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@thomasd3
Copy link

Discord username (optional)

No response

Describe the bug

- install the tool 'Dry' (used for Docker) from https://github.com/moncho/dry
- you can't select the text Dry outputs

this works properly with iTerm2. This is a very problematic issue since you can't copy / paste from the docker container logs when you need to troubleshoot something, which means it's not possible to use Warp in that scenario.

To Reproduce

Steps to reproduce:

  1. Go to '...'
  2. Click on '...'
  3. Scroll down to '...'
  4. See error '...'

Expected behaviour

- select / copy of the text should work properly

Screenshots

No response

Operating System

MacOS

OS Version

12.4 beta

Additional context

No response

@elviskahoro
Copy link
Contributor

Thanks for reporting. Will circle back when there are updates.
I think its related to #64

@warpdotdev-devx warpdotdev-devx bot added the Bugs Bugs, Hangs, Crash, and Freezes label Jan 9, 2023
@bsides
Copy link

bsides commented Apr 7, 2023

Sorry for necro posting, but this also happens with git log command

@dannyneira
Copy link
Member

dannyneira commented Apr 7, 2023

@bsides What pager app are you using when you run git log, run echo $GIT_PAGER, is it the default less or empty?

If not less, then try and set it to less with export GIT_PAGER=less

Then try and copy the contents after running git log and see if that helps.

@thomasd3
Copy link
Author

thomasd3 commented May 9, 2023

GIT_PAGER is not set on my system

@JohnhanLiu
Copy link

hi @dannyneira, I meet the same problem in git log, macOS, v0.2023.06.20.08.04.stable_03.
Initially, when I ran echo $GIT_PAGER, it returned an empty value. However, even after running export GIT_PAGER=less, the issue still persists.

@bsides What pager app are you using when you run git log, run echo $GIT_PAGER, is it the default less or empty?

If not less, then try and set it to less with export GIT_PAGER=less

Then try and copy the contents after running git log and see if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

5 participants