thameera / vimv

Batch-rename files using Vim
MIT License
654 stars 44 forks source link

add the ability to delete files #17

Open D1mon opened 4 years ago

D1mon commented 4 years ago

Example: file1 file2

press 'dd' on line 2 then ':wq'

Can be done differently.

igoose1 commented 3 years ago

Consider trying vidir from moreutils. Removing files is possible there as well, as everything vimv can do.