Name | SortFile JSON |
Version |
1.0.0
JSON |
| download |
home_page | |
Summary | A package for sorting files based on a specified pattern. |
upload_time | 2023-06-27 16:26:57 |
maintainer | |
docs_url | None |
author | Wissam Al-Kahwaji |
requires_python | >=3.7 |
license | |
keywords |
python
sort
sortfile
sorting
data
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# SortFile - File Sorting Utility
### Description:
SortFile is a command-line utility that helps you organize and sort files based on a specific pattern.
### Usage:
```
SortFile [Pattern] [FolderName]
```
> Pattern: The pattern to match the files you want to sort. Enclose the pattern in double quotes.
> FolderName: The name of the folder where the sorted files will be moved.
## Examples:
```
$ SortFile "namefile.*" file
```
- Sorts files with the pattern "namefile.*" and moves them to a folder named "file".
```
$ SortFile "name*.pdf" file
```
- Sorts PDF files with names starting with "name" and moves them to a folder named "file".
### Note:
- The folder name should not include any symbols, only English letters.
- If the specified folder already exists, you will be prompted to choose whether to move files to it or not.
Command-line Options:
-h, help Display this help message.
Raw data
{
"_id": null,
"home_page": "",
"name": "SortFile",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "python,Sort,SortFile,Sorting,Data",
"author": "Wissam Al-Kahwaji",
"author_email": "Wissam Al-Kahwaji <wissamalkahwaji@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/36/4b/9f4bf8431e6762495922c82d6bf70b16149f22f5ba40c13266fcb133629f/SortFile-1.0.0.tar.gz",
"platform": null,
"description": "# SortFile - File Sorting Utility\n\n### Description:\nSortFile is a command-line utility that helps you organize and sort files based on a specific pattern.\n\n### Usage:\n```\nSortFile [Pattern] [FolderName]\n```\n\n> Pattern: The pattern to match the files you want to sort. Enclose the pattern in double quotes.\n> FolderName: The name of the folder where the sorted files will be moved.\n\n## Examples:\n``` \n$ SortFile \"namefile.*\" file\n```\n- Sorts files with the pattern \"namefile.*\" and moves them to a folder named \"file\".\n\n```\n$ SortFile \"name*.pdf\" file\n```\n- Sorts PDF files with names starting with \"name\" and moves them to a folder named \"file\".\n\n### Note:\n- The folder name should not include any symbols, only English letters.\n- If the specified folder already exists, you will be prompted to choose whether to move files to it or not.\n\nCommand-line Options:\n-h, help Display this help message.\n",
"bugtrack_url": null,
"license": "",
"summary": "A package for sorting files based on a specified pattern.",
"version": "1.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/wissam-al-kahwaji/SortFile/issues",
"Homepage": "https://github.com/wissam-al-kahwaji/SortFile"
},
"split_keywords": [
"python",
"sort",
"sortfile",
"sorting",
"data"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "658febc7fbe65c15b61c8cb1f7a2ef15d391c828384b92a805b4a06e1e15a5ee",
"md5": "8fe3e86f906f2850f34e1d7f64bfeceb",
"sha256": "e2f14fbf89a9b436b5c38a366269709fec9075a4c51a9e8c13fe9119df7de07f"
},
"downloads": -1,
"filename": "SortFile-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8fe3e86f906f2850f34e1d7f64bfeceb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4245,
"upload_time": "2023-06-27T16:26:55",
"upload_time_iso_8601": "2023-06-27T16:26:55.966166Z",
"url": "https://files.pythonhosted.org/packages/65/8f/ebc7fbe65c15b61c8cb1f7a2ef15d391c828384b92a805b4a06e1e15a5ee/SortFile-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "364b9f4bf8431e6762495922c82d6bf70b16149f22f5ba40c13266fcb133629f",
"md5": "0b0efa6620ac2385655be3ca027149b4",
"sha256": "430bccedff9cc7e6e143713397f110db6e37a6c8aab497121d5a9a8a6996eb9a"
},
"downloads": -1,
"filename": "SortFile-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "0b0efa6620ac2385655be3ca027149b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3693,
"upload_time": "2023-06-27T16:26:57",
"upload_time_iso_8601": "2023-06-27T16:26:57.554076Z",
"url": "https://files.pythonhosted.org/packages/36/4b/9f4bf8431e6762495922c82d6bf70b16149f22f5ba40c13266fcb133629f/SortFile-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-27 16:26:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wissam-al-kahwaji",
"github_project": "SortFile",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sortfile"
}