A package that aids sorting of files
Project description
filesort
About filesort
A utility that automatically organizes files based on metadata within the linux filesystem. Currently can sort by day, month, year, and file extension.
Installation & Use
Install filesort:
pip install filesort
Run filesort:
filesort
Example input directory prior to sorting:
-rw-rw-r--. 1 vivi vivi 854K Feb 18 10:51 'Screenshot from 2022-02-18 10-51-43.png'
-rw-r--r--. 1 vivi vivi 15K Feb 18 12:22 'Screenshot from 2022-02-18 12-22-31.png'
-rw-rw-r--. 1 vivi vivi 1.1M Feb 19 18:00 'Screenshot from 2022-02-19 18-00-18.png'
-rw-rw-r--. 1 vivi vivi 553K Feb 23 10:01 'Screenshot from 2022-02-23 10-01-19.png'
Example output directory after sort by day:
testfilesort/
└── 2022
└── Feb
├── 18
│ ├── Screenshot from 2022-02-18 10-51-43.png
│ └── Screenshot from 2022-02-18 12-22-31.png
├── 19
│ └── Screenshot from 2022-02-19 18-00-18.png
└── 23
└── Screenshot from 2022-02-23 10-01-19.png
An example of the UI:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
filesort-0.1.4.tar.gz
(17.0 kB
view details)
Built Distribution
filesort-0.1.4-py3-none-any.whl
(17.0 kB
view details)
File details
Details for the file filesort-0.1.4.tar.gz
.
File metadata
- Download URL: filesort-0.1.4.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c247e4eb2c3fc6a46c31bf0615b3f62ce238cda3304828e9ec4e80212795d8fe |
|
MD5 | b960ad7dcffc41f9fdd56140032df12a |
|
BLAKE2b-256 | f5e0948cf929408f8f1684c7472cb9bf7a6c47b5326de2f6745cdce7c9e254a3 |
File details
Details for the file filesort-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: filesort-0.1.4-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fa1811c7182f117628e3dd4a3f549791fca822565ff5e2cbd1241f29e1e49c7 |
|
MD5 | 3bf6a19ee97f25844bc620ab8b2dc551 |
|
BLAKE2b-256 | c84424e5ca3926374034ae89edbe59e05ce6df86b3bfb6b6663392bffc21b624 |