Skip to main content

Help keep your files and folders tidy by file type or date

Project description

Tidyup 🧹

Sweep up your files into organized piles for clean up

Description

Simple python utility to clean up project directories from the mess you make while working.

How it works

Go to the directory, get all of the files, exclude the ones that are likely important for your project and then create directories in the project by the file extension. Once the directory is made, the files are moved to the file extension directory.

Usage

Install the python utility:

pip install tidyup

Then get to tidying up

#Clean up directory with the structure year/month/extension/file_here.extension
tidyup -de <directory/with/mess>

Functionality

tidyup -h
usage: tidyup [-h] [-e] [-d] directory

Organize files by extension and/or date.

positional arguments:
  directory   Directory to organize

options:
  -h, --help  show this help message and exit
  -e          Organize by extension
  -d          Organize by date

Examples:
  tidyup -e /path/to/dir       Organize by extension
  tidyup -d /path/to/dir       Organize by date
  tidyup -ed /path/to/dir      Organize by extension and date
  tidyup -de /path/to/dir      Organize by date and extension

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

tidyup-0.0.2.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

tidyup-0.0.2-py3-none-any.whl (4.2 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