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

Feature: support clipboard to text input #1922

Closed
jaeheonji opened this issue Nov 9, 2022 · 5 comments
Closed

Feature: support clipboard to text input #1922

jaeheonji opened this issue Nov 9, 2022 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed input Issues related to input

Comments

@jaeheonji
Copy link
Member

Related #1915

The following actions receive text input from the user.

  • PaneNameInput
  • TabNameInput
  • SearchInput

These inputs currently only accept string inputs. And currently, the clipboard input is not considered at all.

However, the internal implementation of the these actions is very similar.
So if clipboard input is implemented, all of them can be applied.

@jaeheonji jaeheonji added enhancement New feature or request help wanted Extra attention is needed input Issues related to input labels Nov 9, 2022
@naosense
Copy link
Contributor

seems easy, I would like give it a try if no one take it

@jaeheonji
Copy link
Member Author

@naosense Thank you! You can take it if you want :)

@naosense
Copy link
Contributor

naosense commented Nov 11, 2022

Excuse me, is your log still works fine? I can't print logs after updating the latest code. Before I can see logs printing out in /tmp/zellij-uid/zellij-log/zellij.log after I type cargo make run

@jaeheonji
Copy link
Member Author

@naosense

I haven't checked yet, but it seems to be related to this PR.
Perhaps the location has been changed from the absolute path to another temp_dir.

@naosense
Copy link
Contributor

Thank you @jaeheonji .Confirmed, it is indeed caused by this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed input Issues related to input
Projects
None yet
Development

No branches or pull requests

2 participants