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

drag and drop file path from file manager to lxterminal #125

Open
mrsteve0924 opened this issue May 15, 2024 · 1 comment
Open

drag and drop file path from file manager to lxterminal #125

mrsteve0924 opened this issue May 15, 2024 · 1 comment

Comments

@mrsteve0924
Copy link

is there a way to enable this?

trying to drag and drop a file from pcmanfm to lxterminal.

on raspberry pi bookworm
lxterminal 0.4.0

@HybridDog
Copy link
Contributor

I'd like to have drag and drop support, too. I think there are multiple options for what happens when the file is dropped:

  • Insert the absolute path to the file as though the user has typed it. This is probably what the issue requests.
  • Put the contents of the file into stdin. This may not have many application areas as users can also type < and enter a path when executing a command.
  • Execute the file if it has the executable bit. This may be bad for security.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants