{"id":21095306,"url":"https://github.com/d6o/gorganizer","last_synced_at":"2025-04-07T18:15:19.694Z","repository":{"id":144204235,"uuid":"77332903","full_name":"d6o/Gorganizer","owner":"d6o","description":"Organize your folders into a beautiful classified folder structure with this perfect tool","archived":false,"fork":false,"pushed_at":"2018-04-09T13:21:13.000Z","size":962,"stargazers_count":353,"open_issues_count":0,"forks_count":17,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-31T16:15:25.636Z","etag":null,"topics":["badge","classifier","go","golang","organization","organizer"],"latest_commit_sha":null,"homepage":"https://disiqueira.github.io/Gorganizer/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d6o.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-25T15:54:51.000Z","updated_at":"2025-03-24T04:33:20.000Z","dependencies_parsed_at":"2023-06-18T15:37:20.323Z","dependency_job_id":null,"html_url":"https://github.com/d6o/Gorganizer","commit_stats":null,"previous_names":["disiqueira/gorganizer"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FGorganizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FGorganizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FGorganizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d6o%2FGorganizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d6o","download_url":"https://codeload.github.com/d6o/Gorganizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247704571,"owners_count":20982298,"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":["badge","classifier","go","golang","organization","organizer"],"created_at":"2024-11-19T22:25:20.908Z","updated_at":"2025-04-07T18:15:19.671Z","avatar_url":"https://github.com/d6o.png","language":"Go","readme":"# ![Gorganizer](https://rawgit.com/DiSiqueira/Gorganizer/master/gorganizer-logo-50.jpg)\n\n# Gorganizer ![Language Badge](https://img.shields.io/badge/Language-Go-blue.svg) ![Go Report](https://goreportcard.com/badge/github.com/DiSiqueira/Gorganizer) ![License Badge](https://img.shields.io/badge/License-MIT-blue.svg) ![Status Badge](https://img.shields.io/badge/Status-Beta-brightgreen.svg)\n\nGorganizer is a Go program inspired by [Bhrigu Srivastava][bhrigu123] [Classifier Project][classifier].\n\nThe Gorganizer's goal is to be a perfect tool providing a stupidly easy-to-use and fast program to organize your files based on its extension.\n\n[bhrigu123]: https://github.com/bhrigu123\n[classifier]: https://github.com/bhrigu123/classifier\n\n## Project Status\n\nGorganizer is on beta. Pull Requests [are welcome](https://github.com/DiSiqueira/Gorganizer#social-coding)\n\n![](https://i.imgur.com/2rFfn9i.gif)\n![](https://i.imgur.com/AkgCeMx.jpg)\n\n## Features\n\n- MORE THAN 60 DEFAULT EXTENSIONS!!!\n- It's perfect to organize your DOWNLOADS FOLDER\n- Instantly organize your files\n- CUSTOMIZE to your needs\n- EASY to add rules\n- Easy to delete default rules\n- STUPIDLY [EASY TO USE](https://github.com/DiSiqueira/Gorganizer#usage)\n- Very fast start up and response time\n- Uses native libs\n- Option to organize your files\n- Preview changes before moving\n- Language support (English, Portuguese and Turkish)\n\n## Installation\n\n### Option 1: Go Get\n\n```bash\n$ go get github.com/DiSiqueira/Gorganizer\n$ Gorganizer -h\n```\n\n### Option 2: From source\n\n```bash\n$ go get gopkg.in/ini.v1\n$ git clone https://github.com/DiSiqueira/Gorganizer.git\n$ cd Gorganizer/\n$ go build *.go\n```\n\n## Usage\n\n### Basic usage\n\n```bash\n# Organize your current directory\n$ ./gorganizer\n```\n\n### Only preview, do not make change\n\n```bash\n# Prints a preview, but do not move\n$ ./gorganizer -preview=true\n```\n\n### Recursive mode\n\n```bash\n$ ./gorganizer -recursive\n```\n\n### Do not organize specific files\n\n```bash\n# Exclude .pdf and .docx files\n$ ./gorganizer -exclude=\"pdf,docx\"\n```\n\n### Specify language (Default: en)\n\n```bash\n# Set language to Turkish\n$ ./gorganizer -language=tr\n```\n\n### Add new rule\n\n```bash\n# Add .py to Python folder\n$ ./gorganizer -newrule=py:Python\n```\n\n### Delete existing rule\n\n```bash\n# Delete txt rule\n$ ./gorganizer -delrule=txt\n```\n\n### Print all rules\n\n```bash\n# Print all rules\n$ ./gorganizer -allrules=true\n```\n\n### Move organized files to another folder\n\n```bash\n# Run in current directory and move organized files to ~/Downloads\n$ ./gorganizer -output=~/Downloads\n```\n\n### Run in other directory\n\n```bash\n# Run in ~/Downloads\n$ ./gorganizer -directory=~/Downloads\n```\n\n### Run in other directory and send organized files to a organized one\n\n```bash\n# Run in ~/Downloads\n$ ./gorganizer -directory=~/Downloads -output=~/Documents\n```\n\n### Show help\n\n```bash\n$ ./gorganizer -h\n```\n\n## Program Help\n\n![](http://image.prntscr.com/image/a7f2e8071d3742cda44149ed9a7c2674.png)\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/DiSiqueira/Gorganizer/issues) to report any bugs or file feature requests.\n\n### Developing\n\nPRs are welcome. To begin developing, do this:\n\n```bash\n$ go get gopkg.in/ini.v1\n$ git clone --recursive git@github.com:DiSiqueira/Gorganizer.git\n$ cd Gorganizer/\n$ go run *.go\n```\n\n## Social Coding\n\n1. Create an issue to discuss about your idea\n2. [Fork it] (https://github.com/DiSiqueira/Gorganizer/fork)\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n7. Profit! :white_check_mark:\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013-2017 Diego Siqueira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2Fgorganizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd6o%2Fgorganizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd6o%2Fgorganizer/lists"}