{"id":30537782,"url":"https://github.com/code-wizaard/worman","last_synced_at":"2026-05-09T02:35:04.189Z","repository":{"id":307571082,"uuid":"1029977191","full_name":"Code-Wizaard/worman","owner":"Code-Wizaard","description":"A powerful and simple linux program to manage workspace with templates and git settings","archived":false,"fork":false,"pushed_at":"2025-07-31T22:39:45.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T00:49:26.413Z","etag":null,"topics":["linux","terminal","terminal-based","unix","workspace","workspace-manager"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code-Wizaard.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-31T22:16:22.000Z","updated_at":"2025-07-31T22:42:06.000Z","dependencies_parsed_at":"2025-08-01T00:49:28.548Z","dependency_job_id":"9810ad9c-5b92-4bed-ac6d-887750698513","html_url":"https://github.com/Code-Wizaard/worman","commit_stats":null,"previous_names":["code-wizaard/worman"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Code-Wizaard/worman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Wizaard%2Fworman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Wizaard%2Fworman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Wizaard%2Fworman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Wizaard%2Fworman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Wizaard","download_url":"https://codeload.github.com/Code-Wizaard/worman/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Wizaard%2Fworman/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272368815,"owners_count":24922371,"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-27T02:00:09.397Z","response_time":76,"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":["linux","terminal","terminal-based","unix","workspace","workspace-manager"],"created_at":"2025-08-27T19:40:32.543Z","updated_at":"2026-05-09T02:34:59.165Z","avatar_url":"https://github.com/Code-Wizaard.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WORMAN 🛠️📁\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Platform](https://img.shields.io/badge/platform-Linux%20%7C%20Unix-lightgrey)](#)\n[![Status](https://img.shields.io/badge/status-active-brightgreen)](#)\n[![AUR](https://img.shields.io/badge/Available%20on-GitHub-orange)](https://aur.archlinux.org/packages/worman)\n[![Made with ❤️](https://img.shields.io/badge/Made%20with-%E2%9D%A4-red)](#)\n\n**Worman** is a terminal-based workspace wizard for developers that simplifies project initialization, Git integration, and structure creation. It supports multiple languages, project types, and offers an interactive, colorful CLI with autocomplete.\n\n---\n\n## 🚀 Features\n\n- ⚙️ Create structured workspaces for C, C++, Python, Web, and more\n- 🌐 Autocomplete for flags, languages, frameworks (via `readline`)\n- 🧠 Optional Git initialization and remote linking\n- ⬇️ Remote cloning support\n- 🆕 `worman push` for auto-staging, committing, and pushing changes\n- 🔥 Built-in `.gitignore` templates (dynamically fetched for efficiency)\n- 🎨 ASCII art \u0026 colored terminal UI for better UX\n- 📂 Supports optional target directory creation (`worman make /path/to/dir`)\n- 🌐 Web template includes:\n  - `index.html`\n  - `css/style.css`\n  - `js/script.js`  \n  Fully linked and ready to go!\n\n---\n\n## 📦 Installation\n\nSimply download the binary and place it in your system path.\n\n```bash\nsudo mv worman /usr/local/bin/\nsudo chmod +x /usr/local/bin/worman\n```\n\nNow you can use `worman` anywhere from your terminal.\n\n---\n\n## 🧪 Example Usage\n\n```bash\nworman make                # Starts interactive wizard\nworman make ~/dev/project # Creates workspace in ~/dev/project\nworman push \"Initial commit\"  # Git stage + commit + push\n```\n\n---\n\n## 🛠️ Planned Enhancements\n\n- 🧱 Framework support (e.g. Tailwind, Bootstrap)\n- 📁 Configurable templates per language\n- 🧪 Test scaffolding generators\n- 🔧 Custom commands \u0026 plugin support\n\n---\n\n## 🤝 Contributing\n\nPull requests are welcome! If you'd like to improve or extend Worman, feel free to fork and submit a PR.\n\n---\n\n## 📜 License\n\nThis project is licensed under the **GNU General Public License v3.0**.  \nSee the [LICENSE](https://www.gnu.org/licenses/gpl-3.0.html) file for details.\n\n---\n\n**Happy Coding with WORMAN! 🚀**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-wizaard%2Fworman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-wizaard%2Fworman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-wizaard%2Fworman/lists"}