-
Notifications
You must be signed in to change notification settings - Fork 483
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
Ability to copy file data #1246
Comments
If I'm not misunderstanding, you can already do this using yank by pressing [[manager.prepend_keymap]]
on = [ "c", "g" ]
run = "yank"
desc = "Copy the selected files" If you'd like to also copy the file content to the clipboard, you can follow the Copy selected files to the system clipboard while yanking tip and Smart paste to paste files without entering the directory. |
that worked, thank you a lot! |
Maybe it makes sense to extend the default This would play well together with #1227. (I am happy to open a new issue for this if a closed issue is not a good place for this comment.) |
I'm going to lock this issue because it has been closed for 30 days. ⏳ |
Please describe the problem you're trying to solve
I was very saddened when I realized I couldn't copy file data.
you can only copy the path and the path of other stuff related to it, not the actual data (which is the most important one imo)
Would you be willing to contribute this feature?
Describe the solution you'd like
add one more option to the option tree shown when someone presses "c"
Additional context
could look something like this
![image png](https://private-user-images.githubusercontent.com/69751661/344975813-b430afec-7d51-45f6-a367-1f7b60f17ab5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NTA2NTgsIm5iZiI6MTczOTc1MDM1OCwicGF0aCI6Ii82OTc1MTY2MS8zNDQ5NzU4MTMtYjQzMGFmZWMtN2Q1MS00NWY2LWEzNjctMWY3YjYwZjE3YWI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDIzNTkxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkxMTgzMjdjM2MwZWFjNmNlYjc1NzExODg5ZDFjMzJkOTdmYjBjZGJmNTAwYTQ1NWIyMWYyNDdjZGU1ZDAxMmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Mrz1ZVNtBaqYvq9J7ETKuuE6p1x_UslmECoW928HyXk)
keybind should be C because I feel like this is the more important one, of course you can change it if you want.
The text was updated successfully, but these errors were encountered: