{"id":21634497,"url":"https://github.com/mulaza/organizer-cli","last_synced_at":"2025-04-11T15:30:31.575Z","repository":{"id":57449583,"uuid":"290788846","full_name":"Mulaza/Organizer-Cli","owner":"Mulaza","description":"A CLI tool that scans through a directory and organizes all loose files into folders by file type.","archived":false,"fork":false,"pushed_at":"2021-07-27T16:52:52.000Z","size":201,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T11:39:10.010Z","etag":null,"topics":["automation","cli","cmd","command-line-tool","console","console-application","python","terminal"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mulaza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-27T13:53:33.000Z","updated_at":"2024-09-14T03:56:50.000Z","dependencies_parsed_at":"2022-09-26T17:31:20.194Z","dependency_job_id":null,"html_url":"https://github.com/Mulaza/Organizer-Cli","commit_stats":null,"previous_names":["mulaza/file-organizer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mulaza%2FOrganizer-Cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mulaza%2FOrganizer-Cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mulaza%2FOrganizer-Cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mulaza%2FOrganizer-Cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mulaza","download_url":"https://codeload.github.com/Mulaza/Organizer-Cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248431205,"owners_count":21102153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","cli","cmd","command-line-tool","console","console-application","python","terminal"],"created_at":"2024-11-25T03:16:55.314Z","updated_at":"2025-04-11T15:30:31.500Z","avatar_url":"https://github.com/Mulaza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![g1445](https://user-images.githubusercontent.com/60890281/126904401-d7e48d16-0d3f-4f7e-9111-04f37251435a.png)\n\n\n# Organizer CLI\n![](https://img.shields.io/pypi/v/organizer-cli?color=blue\u0026style=flat-square) ![](https://img.shields.io/github/license/Mulaza/Organizer-Cli?color=green\u0026style=flat-square)\n\nOrganizer CLI is a python command line tool that goes through a given directory and organizes all un-folder bound files into folders by file extension.\nOrganize CLI Supports 108 different file extensions over 27 file type categories and the list is ever growing.\n\n## Installation\n### Pip Install\n```text\npip install organizer-cli\n```\n### Local Install\n```text\ncd Organizer-Cli\npip install -e .\n```\n\n\n## Whats New\n### Features\n* Pre-action prompt to the number of files that will be moved.\n* Prompts the user if no files extensions are supported in the directory.\n### Extensions\n* Added extensions include [.webp, .vce, .spx, .m4r, .wax, .xlsb, .xlsm, .xlam,\n  .xlb, .xla, .xlt, .xar, .xlm, .xl, .xlw, .xltx, .xll, .xlc, .ppsx, .ppsm,\n  .pptm, .sldx, .pot, .potx, .ppam, .ppa, .sldm, .pa, .potm]\n\n\n\n## How To Use\n\nAfter installing the CLI tool you will be able to use the `Organize` command in any directory, followed by a tag specifying the type of file you want organized.  \n```text\nOrganize [command]        \n```\n\nSimply running the `Organize` command will organize all the current directory.\n```text\nOrganize               \n```\n\nRunning the `Organize` command with the `safe` tag will organize all  media files in the current directory.\n```text\nOrganize safe         \n```\n\nRunning the `Organize` command with the `all` tag will organize all supported file formats in the current directory.\n```text\nOrganize all     \n```\n## Commands\n\n### Safe\nThe `safe` command moves the most common types of media file, this includes images, audio, video etc. this command avoids filetypes that might be dependent on other programs running, like `.cpp` or  `.exe` files. This is also the default command if no command is specified after the initial `Organize` call is made.\n### All\nThe `all` command moves all supported file formats.  \n### Image\nThe `image` command moves all supported image formats like .PNG, .JPG, .JPEG etc.\n\n### Audio\nThe `audio` command moves all supported audio formats like .MP3, .WAV, .OOG etc.\n\n### Video\nThe `video` command moves all supported video formats like .MP$, .MOV, .WMV etc.\n\n### Office\nThe `office` command moves all supported Microsoft Office files including .DOCX, .PPT, .XLS etc.\n\n### Vector\nThe `vector` command moves  all supported vector files like .SVG and .AI.\n\n### Gif\nThe `gif` command moves .GIF files exclusively.\n\n### Photoshop\nThe `photoshop` command moves .PSD files exclusively.\n\n### Pdf\nThe `pdf` command moves .PDF files exclusively.\n\n### Font\nThe `font` command moves all supported font files, like .OTF, .TTF, .WOFF etc.\n\n### Code\nThe `code` command moves all supported file formats of different programming languages like .PY, .CPP, .JS etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulaza%2Forganizer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmulaza%2Forganizer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulaza%2Forganizer-cli/lists"}