Skip to main content

A command-line tool to organize files into category directories.

Project description

dirganize

A command-line tool to organize files into category directories.

Installation

pip install dirganize

Usage

Move into your desired directory and run dirganize.

It will put all files into their respective category folders, based on the default configuration.

You can put a .dirganize.yml file ( inside the folder you want to dirganize ) to override the default configuration.

See the default configuration
android:
  - apk

animations:
  - gif

archives:
  - zip
  - tar
  - gz

configs:
  - yaml
  - ini
  - env
  - yml

databases:
  - csv
  - xlsx
  - xls
  - db

docs:
  - pdf
  - txt
  - md

ebooks:
  - epub

images:
  - png
  - jpg
  - jpeg

scripts:
  - py
  - sh
  - java
  - cpp
  - c
  - js

videos:
  - mp4
  - webp

webpages:
  - html

Basically you have the folder name, followed by file types to put in that folder.

You can also specify which folder to organize:

dirganize --path ~/Downloads

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

dirganize-0.0.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

dirganize-0.0.5-py3-none-any.whl (3.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