Tools like rnm and regex-rename, or one-liner shell loop like: for p in *.mkv; do n=${p##*/}; n=<string-manipulations>...; echo mv "$p" "$n"; done ...is how I usually rename stuff, as a typical shell-for-file-management terminal-user. It's non-interactive and not "visual", as in you kinda have to imagine results, then think …
No comments yet. Log in to discuss on the Fediverse