dylanaraps / fff

📁 A simple file manager written in bash.
MIT License
4.09k stars 173 forks source link

How to copy files names to system clipboard? #173

Open MCubista1 opened 3 years ago

MCubista1 commented 3 years ago

I've used midnight commander before, and the only thing I miss is the command line right below the list of files. My workflow was like: some shell command , alt+enter and enter to run a command on a selected file.

In fff it's nice to have integrated actions like copy, rename, etc. But what about shell command? Currently I use ! to open a shell and type the command with arguments, but it'll be faster to just paste the files names previously copied in fff.

bogdan-the-great commented 1 year ago

Hi! I made a fork which adds coping names to clipboard (by default using xclip) and open with command which runs any command with selected item as an argument. Link to fork