willeccles / cfm

🌵 Simple and fast TUI file manager with no dependencies.
https://cfm.atinycact.us
Mozilla Public License 2.0
106 stars 7 forks source link

Bulk rename; bulk copy/paste #20

Open willeccles opened 4 years ago

willeccles commented 4 years ago

Would be nice to have and would make the mark feature not useless. May require a rethink of cfm's main controls.

Ascenio commented 4 years ago

It could select files on space, similar to what ranger does.

rutrum commented 3 years ago

I'd like to work on this issue. I think I can try and add copy/pasting functionality first by first selecting files and then using Y to yank them and P to paste them at a new location.

willeccles commented 3 years ago

Go for it.

willeccles commented 3 years ago

It could select files on space, similar to what ranger does.

Forgot to mention that this was added in f499afb19da2aed11fb6637bf280b451191260e3.

rutrum commented 3 years ago

Sorry @willeccles I might have bitten off more than I can chew with this one. I haven't had success. I don't think I have the C experience just yet to tackle this.

willeccles commented 3 years ago

@rutrum no worries, I will take care of it eventually. I am planning on replacing all of the file-related functions eventually anyway for performance reasons, so this will likely come with that change.