{"id":47110776,"url":"https://github.com/alexis-moins/domo","last_synced_at":"2026-03-12T17:31:51.852Z","repository":{"id":205681492,"uuid":"665705514","full_name":"alexis-moins/domo","owner":"alexis-moins","description":"Manage your projects the easy way 🎏","archived":false,"fork":false,"pushed_at":"2025-07-07T19:09:10.000Z","size":222,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T16:25:30.099Z","etag":null,"topics":["bash","cli","gum","projects","tmux","vscode"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alexis-moins.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-12T20:06:53.000Z","updated_at":"2025-07-25T08:11:34.000Z","dependencies_parsed_at":"2024-11-11T15:40:27.992Z","dependency_job_id":"ce532527-c4fc-40bc-ac1a-d0ee72c59317","html_url":"https://github.com/alexis-moins/domo","commit_stats":null,"previous_names":["alexis-moins/pm"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/alexis-moins/domo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-moins%2Fdomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-moins%2Fdomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-moins%2Fdomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-moins%2Fdomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexis-moins","download_url":"https://codeload.github.com/alexis-moins/domo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexis-moins%2Fdomo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30435171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bash","cli","gum","projects","tmux","vscode"],"created_at":"2026-03-12T17:31:48.380Z","updated_at":"2026-03-12T17:31:51.833Z","avatar_url":"https://github.com/alexis-moins.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\n![Version](https://img.shields.io/badge/version-2.1.0-blue.svg)\n\n\u003c/div\u003e\n\n`domo` is a bash script allowing users to rapidly list, create and navigate between your projects. It integrate with different backends (tmux, vscode) for convenience.\n\n## Prerequisites\n\n- bash 4.0 or higher\n- [gum](https://github.com/charmbracelet/gum)\n- tmux (optional)\n- git\n\n\n## 🧰 Installation\n\nClone the repository\n```bash\ngit clone git@github.com:alexis-moins/domo.git ~/.domo\n```\n\nGo into the install directory and execute the [install](install.sh) script:\n```bash\n./install.sh\n```\n\nThe install script copies the `domo` script in the `~/.local/bin` directory (you can also change the destination by passing it as an argument to the install script).\n\n## 🌱 Quick Start\n\nAfter installing, you can follow these steps to quickly see how it works:\n\n```bash\n# Add a new space\ndomo space add personal\n\n# You can then create new projects in this space\ndomo create work/react-app\n\n# domo supports project creation using templates\ndomo create work/react-app --template=vite\n\n# But also creating your own one\ndomo template add python-poetry\n\n# Opening a project is simple\ndomo open work/react-app\n\n# But using a different backend is also possible\ndomo open work/react-app --backend=vscode\n\n# You can even clone github repositories directly\ndomo clone git@github.com:alexis-moins/dotfiles.git work/dotfiles\n```\n\n## 🚦 Usage\n\n```\n$ domo\n\ndomo - manage your projects the easy way\n\nUsage:\n  domo COMMAND\n  domo [COMMAND] --help | -h\n  domo --version | -v\n\nProject Commands:\n  create       Create a new project\n  clone        Clone a remote git repository\n  open         Open a project\n  list         List projects\n  exec         Execute a command in a project\n\nCommands:\n  space        Space related commands\n  template     Template related commands\n  backend      Backend related commands\n\nOptions:\n  --help, -h\n    Show this help\n\n  --version, -v\n    Show version number\n\nEnvironment Variables:\n  DOMO_HOME\n    Directory where the projects will be managed\n    Default: ~/dev\n\n  DOMO_SHOW_CMD\n    Command used to show backends \u0026 templates\n    Default: cat\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexis-moins%2Fdomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexis-moins%2Fdomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexis-moins%2Fdomo/lists"}