{"id":15493497,"url":"https://github.com/astraluma/unholy","last_synced_at":"2025-04-22T20:12:06.654Z","repository":{"id":138401125,"uuid":"602877394","full_name":"AstraLuma/unholy","owner":"AstraLuma","description":"The unholy union of docker compose, neovim, and neovide","archived":false,"fork":false,"pushed_at":"2023-12-09T01:17:28.000Z","size":123,"stargazers_count":3,"open_issues_count":17,"forks_count":1,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-04-22T20:11:57.704Z","etag":null,"topics":["dev-container","dev-containers","docker","docker-compose","neovide","neovim"],"latest_commit_sha":null,"homepage":"https://unholy.readthedocs.io/","language":"Python","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/AstraLuma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-17T06:02:23.000Z","updated_at":"2023-12-30T11:48:20.000Z","dependencies_parsed_at":"2023-11-20T21:30:01.254Z","dependency_job_id":"36c04427-80e3-49a1-8851-03ecc44f7a05","html_url":"https://github.com/AstraLuma/unholy","commit_stats":{"total_commits":72,"total_committers":2,"mean_commits":36.0,"dds":0.08333333333333337,"last_synced_commit":"0c1558114f97e2062fb8db6052c4bb33d825d1de"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraLuma%2Funholy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraLuma%2Funholy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraLuma%2Funholy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AstraLuma%2Funholy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AstraLuma","download_url":"https://codeload.github.com/AstraLuma/unholy/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250316057,"owners_count":21410476,"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":["dev-container","dev-containers","docker","docker-compose","neovide","neovim"],"created_at":"2024-10-02T08:07:25.209Z","updated_at":"2025-04-22T20:12:06.634Z","avatar_url":"https://github.com/AstraLuma.png","language":"Python","readme":"# unholy\n\nCooperates with Docker Compose, injects an nvim-based container\ninto it, and connects neovide to it.\n\nYou can call it what you'd like, but I'm going to call this union `unholy`.\n\n## Requirements\n\n- Unholy itself (I suggest using [pipx](https://pypa.github.io/pipx/))\n- Git\n- The Docker CLI\n- socat\n- [Neovide](https://neovide.dev/)\n\n## Usage\n\n1. Commit an Unholyfile to your repo (see below)\n2. Run `unholy new \u003cgit url\u003e`\n3. Work on your project using `unholy shell` and `unholy neovide`\n\nUse `unholy remake` to rebuild your development environment without\nre-cloning your repo or touching your work.\n\nNote: By default, the name of the Unholy project is the repo name.\n\n## Unholyfile\n\nA major aspect of unholy is the Unholyfile. It is a script with\n[TOML](https://toml.io/en/) head matter, like so:\n\n```\n---\n[dev]\nimage=\"python\"\n---\npip install pytest\n```\n\nThe complete headmatter schema is loosely documented in\n[core.Unholyfile](https://github.com/AstraLuma/unholy/blob/trunk/unholy/core.Unholyfile).\n\nThe script supports a `#!`, defaulting to `#!/bin/sh`\n\nIf you specify a non-default image, it must be Debian-based.\n\n## Additional config\n\nLocal configuration (including project definitions) are stored in the XDG\nConfig directory (default `~/.config/unholy`).\n\nThere is a global `~/.config/unholy/Unholy` applied to all projects. This is\nan excellent place for personal settings (like utilities you like or nvim\nconfiguration).\n\nEach project gets an `~/.config/\u003cname\u003e.Unholyfile` where unholy keeps git and\nDocker settings. You can add some local project overrides here.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastraluma%2Funholy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastraluma%2Funholy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastraluma%2Funholy/lists"}