{"id":20418525,"url":"https://github.com/willnode/screend","last_synced_at":"2025-06-30T03:07:14.358Z","repository":{"id":164752053,"uuid":"637414493","full_name":"willnode/screend","owner":"willnode","description":"Screen Daemon","archived":false,"fork":false,"pushed_at":"2023-05-13T09:14:16.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T04:16:23.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/willnode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-05-07T13:41:48.000Z","updated_at":"2023-07-17T22:58:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ea478ae-2e9d-474d-8ce6-6a3f81ed7622","html_url":"https://github.com/willnode/screend","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/willnode/screend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fscreend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fscreend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fscreend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fscreend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willnode","download_url":"https://codeload.github.com/willnode/screend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willnode%2Fscreend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262702326,"owners_count":23350643,"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":[],"created_at":"2024-11-15T06:33:31.321Z","updated_at":"2025-06-30T03:07:14.324Z","avatar_url":"https://github.com/willnode.png","language":"Go","readme":"# screend\n\nExploiting GNU screen to be used like sysdaemons\n\n## Why?\n\nSystem daemons (background processes) is only available for root users. But what if \nyou want to run something as a daemon but not as root? You can use `screen` to do that, \nbut it's designed for interactive use. This tool is designed to make `screen` more\nsuitable for daemon use, by leveraging a configuration file, it will remember\nthe last `screen` processes and start all processes it if it's not running.\n\n## Installation\n\nRequires GNU `screen`, install it from package managers.\n\n```\ngo install github.com/willnode/screend/...@latest\n```\n\nThis software doesn't work on Windows.\n\n## Usage\n\nExample usage:\n\n```bash\n# Setup a work environment where we need to run\n# a code-server and a nodejs development server\nscreend add code-server\nscreend add --dir ~/myproject npm run start\n\n# Start all processes to start working\nscreend start\n# Stop when you're done\nscreend stop\n```\n\nSee `screend help` or [this file](./screend/usage.go) for more information.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnode%2Fscreend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillnode%2Fscreend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillnode%2Fscreend/lists"}