Skip to main content

Rename or remove files in a directory using an editor

Project description

Motivation

If you want to rename files in a directory, things get really cumbersome if:

  • the name modifications are not easily automatable (e.g. spelling mistakes)

  • file names contain spaces / special characters (when using a shell)

  • you have to rename a lot of files (when using a GUI)

  • you would need to use temporary files (e.g. mv a tmp ; mv b a ; mv tmp b)

  • etc.

This script launches a used-defined text editor with a temporary file, where every line is a filename in the directory. This enables the user to rename (edit a line) or delete (blank line) entries. After saving and exiting the editor, the script checks the file for consistency, detects rename loops and finally performs the changes.

News

3.1.0

2025-11-28

Require Python 3.9, small test fixes

3.0.0

2021-03-29

Require Python 3.6 (no new features, just usage of “try … from”)

2.1.0

2017-05-01

Support renaming of intermediate dirs in recursive mode, drop --safe mode, small bugfixes

2.0.0

2017-03-22

Bugfixes, Python 3 support, -o and -L option, extensive test suite

1.1

2010-11-21

Bugfixes

1.0

2010-05-06

First working version

Examples

Rename non-hidden files in the current directory:

dir_edit

Rename mp3 files in the music directory using gedit:

dir_edit -e gedit ~/Music ~/Music/*.mp3

Review changes before executing them:

dir_edit -vd -L log.txt
view log.txt
sh -e log.txt

Rename pictures with maximum directory depth 2:

find pics -maxdepth 2 -type f -iregex ".*\.\(jpg\|png\)" > file_list
dir_edit -i file_list

Usage

dir_edit [OPTION]... [DIR] [FILES]...

  DIR        directory to edit (default: current directory)
  FILES      limit to these filenames (default: all non-hidden in directory)

Some options:

  -e CMD, --editor=CMD       use CMD to edit dirfile (default: $EDITOR or vi)
  -d, --dry-run              don't perform any file system modifications
  -v, --verbose              output filesystem modifications to stdout
  -L FILE, --logfile FILE    path to logfile for verbose mode (default: stdout)
  -i FILE, --input FILE      FILE containing paths to be edited

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dir_edit-3.1.0.tar.gz (20.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dir_edit-3.1.0-py3-none-any.whl (20.4 kB view details)

Uploaded Python 3

File details

Details for the file dir_edit-3.1.0.tar.gz.

File metadata

  • Download URL: dir_edit-3.1.0.tar.gz
  • Upload date:
  • Size: 20.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dir_edit-3.1.0.tar.gz
Algorithm Hash digest
SHA256 e0efea3d49d731239671f873718b5511f56583ab3d4985cc92999fcf68e29274
MD5 0a86cecf272eb7fcdd49daee014c9832
BLAKE2b-256 6d466f8dbab8d55d24dec65c453a41a646397c84808eadfdaaacdc056690b751

See more details on using hashes here.

File details

Details for the file dir_edit-3.1.0-py3-none-any.whl.

File metadata

  • Download URL: dir_edit-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for dir_edit-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ede11c1d82043dc584c7f93af2eb727414086dab1b75c0ed4437a0b3a9aca97
MD5 283ba0cd6c7b6f7f14292d871e55e7be
BLAKE2b-256 aa6fb57a67ab9ed2794d3c30df97163e6f555087155b4142f5b964432db26b92

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page