Skip to main content

A cli tool to rename certain files according to a certain pattern.

Project description

renaming

CHANGELOG

renaming is a CLI tool to rename files in a directory according to a configuration file.

Get Started

pip install renaming  # Install renaming

renaming  # Rename files in the current directory according to `renaming.toml`.
renaming -c/--config $config_file  # Rename files in the current directory according to "$config_file".
renaming -f/--folder $folder  # Rename files in "$folder" according to `renaming.toml`.
renaming -d/--dry-run  # Dry run. Show what would have been done, but do not actually rename anything.
renaming -y/--yes  # Do not ask for confirmation before renaming files.

renaming -h/--help  # Command-line help message.
renaming -v/--version  # Show version information.

Installation

# pip
pip install --user renaming  # install renaming
pip install --upgrade renaming # upgrade renaming
pip uninstall renaming  # uninstall renaming

# pipx
pipx install renaming  # install renaming through pipx
pipx upgrade renaming  # upgrade renaming through pipx
pipx uninstall renaming  # uninstall renaming through pipx

Config File

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

renaming-0.1.3.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

renaming-0.1.3-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

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