fff
fff copied to clipboard
Customizeable actions?
Can we make (for example) the trash operation customizable?
I use a custom written trash command.
For now it is hardcoded: https://github.com/dylanaraps/fff/blob/master/fff#L71
Also wondered if I could easy add my own actions? I would love to add "send-by-mail" and alike without modifying this source too much.
If you say this is going to kill the purpose of fff I am fine with that as well.
Thanks and have a nice day!
This won’t be hard to do at all (I’ve got it almost working locally in a separate branch).
I’ll get to it.
I'd also love to see this feature. Would be great if you could also unbind the default actions.
Can you maybe push the branch on github?
Yes this would be fantastic, sometimes I want to open files directly in the browser but there's no way to specify custom commands to custom bindings.
I've been thinking about it for a while and haven't figured out the right way to do it. I will get to it soon.