{"id":23084087,"url":"https://github.com/fector101/turbotask","last_synced_at":"2026-05-16T08:12:00.290Z","repository":{"id":262022265,"uuid":"886007639","full_name":"Fector101/TurboTask","owner":"Fector101","description":"A utility tool for non-developers and developers to carry out various lengthy tasks out in split seconds.","archived":false,"fork":false,"pushed_at":"2025-01-16T01:43:34.000Z","size":184,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T17:55:57.707Z","etag":null,"topics":["arranging","css-minifier","grouping","non-developer-friendly","npm-package","task-automation-tools"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fector101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-10T00:00:57.000Z","updated_at":"2025-01-16T01:43:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"2561e7cd-7946-4ca0-afa9-97519f2480a3","html_url":"https://github.com/Fector101/TurboTask","commit_stats":null,"previous_names":["fector101/turbotask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fector101/TurboTask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fector101%2FTurboTask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fector101%2FTurboTask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fector101%2FTurboTask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fector101%2FTurboTask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fector101","download_url":"https://codeload.github.com/Fector101/TurboTask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fector101%2FTurboTask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270656409,"owners_count":24623381,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["arranging","css-minifier","grouping","non-developer-friendly","npm-package","task-automation-tools"],"created_at":"2024-12-16T15:48:40.290Z","updated_at":"2026-05-16T08:12:00.242Z","avatar_url":"https://github.com/Fector101.png","language":"JavaScript","funding_links":["https://buymeacoffee.com/fector101","https://www.buymeacoffee.com/fector101"],"categories":[],"sub_categories":[],"readme":"# TurboTask File Processing Toolkit\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python Package](https://img.shields.io/badge/Python-Package-blue)](./python)\n[![Node.js Package](https://img.shields.io/badge/Node.js-Package-green)](./nodejs)\n[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Support-orange.svg)](https://buymeacoffee.com/fector101)\n\n\u003e A powerful file processing toolkit available for both Python and Node.js, specializing in CSS optimization and more.\n\n## 📦 Available Packages\n\n### [Python Implementation](./python)\n\n```bash\npip install TurboTask\n```\n\n- Python 3.6+ support\n- Available via PyPI\n- [View Python Documentation](./python/README.md)\n\n### [Node.js Implementation](./nodejs)\n\n```bash\nnpm install turbotask\n```\n\n- Node.js 14+ support\n- Available via npm\n- [View Node.js Documentation](./nodejs/README.md)\n\n## 🚀 Key Features\n\nNode.js implementation offers:\n\n- **File Grouping**\n  - Automatically organize files by file type\n  - Handle nested directory processing\n\nBoth implementations offer:\n\n- **CSS Processing**\n  - Minification\n  - Comment removal\n  - Whitespace optimization\n  - Directory structure preservation\n\n- **Batch Processing**\n  - Multiple file handling\n  - Recursive directory processing\n  - Custom output paths\n\n## 🔄 Version Compatibility\n\n| Feature                | Python Package | Node.js Package |\n|-----------------------|----------------|-----------------|\n| File Grouping         | ❌             | ✅              |\n| CSS Minification      | ✅             | ✅              |\n| Directory Processing  | ✅             | ✅              |\n| Custom Output Paths   | ✅             | ✅              |\n| File Validation       | ✅             | ✅              |\n| Android utilities     | ✅             | ❌\n## 🎯 Quick Start\n\nChoose your preferred implementation:\n\n### Node.js\n\n```bash\n# Install\nnpm install -g turbotask\n\n# Groups are files in current file directory\nturbotask group \"./\"\n\n# Group files in specific directory\nturbotask group \"C:/Users/jane/Downloads\"\n\n# Creates a 'TurboTask-output' Folder with minified CSS files\nturbotask noWhiteSpace ./styles\n```\n\n### Python\n\n```bash\n# Install\npip install TurboTask\n\n# Creates a 'TurboTask-output' Folder with minified CSS files\nTurboTask noWhiteSpace style.css\n\n# Creates a 'minified' Folder with minified CSS files\nTurboTask noWhiteSpace ./styles ./minified\n```\n\n---\n\n📚 For detailed documentation, visit the respective package directories:\n\n- [Python Documentation](./python/README.md)\n- [Node.js Documentation](./nodejs/README.md)\n\n## 🐛 Reporting Issues\n\nFound a bug? Please open an issue on our [GitHub Issues](https://github.com/Fector101/TurboTask/issues) page.\n\n## 🛣️ Roadmap\n\n- [ ] Media file analysis\n- [ ] Cross-platform GUI\n- [ ] Web interface\n- [ ] API service\n\n## ☕ Support the Project\n\nIf you find TurboTask helpful, consider buying me a coffee!\n\n\u003ca href=\"https://www.buymeacoffee.com/fector101\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"60\"\u003e\n\u003c/a\u003e\n\n## 👤 Author\n\n**Fabian**\n\n- Email: \u003cfector101@yahoo.com\u003e\n- GitHub: [@Fector101](https://github.com/Fector101/TurboTask)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nFound this project helpful? Give it a ⭐️ on GitHub!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffector101%2Fturbotask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffector101%2Fturbotask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffector101%2Fturbotask/lists"}