@PicardTips The Bajorans and Ferengi want a word.
Notices by thomastc | frozenfractal (thomastc@mastodon.gamedev.place)
-
Embed this notice
thomastc | frozenfractal (thomastc@mastodon.gamedev.place)'s status on Thursday, 26-Dec-2024 05:56:45 JST thomastc | frozenfractal
-
Embed this notice
thomastc | frozenfractal (thomastc@mastodon.gamedev.place)'s status on Tuesday, 26-Nov-2024 15:48:01 JST thomastc | frozenfractal
Is there a tool for the #Linux command line that helps me mass rename files *semi-manually*? I'm imagining something that lists the file names in my $EDITOR of choice, letting me edit them, and upon saving and exiting, applies the renames.
For example: I have a sequence of files with 0-based indices, and I want to change it to 1-based indices. There aren't many files, so it's quicker to do this in vim than it is to write a script. But typing 20 "mv" commands, even with tab completion, is slow.