{"id":26674125,"url":"https://github.com/lkdm/oneshot","last_synced_at":"2026-05-04T04:31:05.557Z","repository":{"id":283926645,"uuid":"936924722","full_name":"lkdm/oneshot","owner":"lkdm","description":"Oneshot makes it easy to use CLI programs inside a temporary container.","archived":false,"fork":false,"pushed_at":"2025-08-28T05:42:37.000Z","size":8890,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-31T06:35:21.854Z","etag":null,"topics":["podman","shell-scripts"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lkdm.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-02-21T23:55:30.000Z","updated_at":"2025-07-25T00:04:46.000Z","dependencies_parsed_at":"2025-08-28T07:05:48.136Z","dependency_job_id":"8daa670c-71c3-4974-b79c-c1e42cdd395c","html_url":"https://github.com/lkdm/oneshot","commit_stats":null,"previous_names":["lkdm/oneshot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lkdm/oneshot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkdm%2Foneshot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkdm%2Foneshot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkdm%2Foneshot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkdm%2Foneshot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lkdm","download_url":"https://codeload.github.com/lkdm/oneshot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkdm%2Foneshot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32595024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"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":["podman","shell-scripts"],"created_at":"2025-03-26T02:17:33.591Z","updated_at":"2026-05-04T04:31:05.536Z","avatar_url":"https://github.com/lkdm.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oneshot\n\nOneshot executes arbitrary scripts or starts a shell in a minimal temporary Podman container. It is designed to be an ergonomic interface for creating one-off scripts inside of short-lived temporary containers. \n\n## Usage\n\n### Interactive shell\n\n```sh\noneshot shell\n```\n\n### Run command\n\n#### Download a YouTube video\n\nThis script installs `yt-dlp` using `uv` and runs it.\n\n```sh\noneshot run -s \"yt-dlp dQw4w9WgXcQ\" --from-uv yt-dlp\n```\n\n## Development\n\nYou can develop within a devcontainer that includes Rust, Homebrew, NeoVim,\nDocker-outside-of-docker, and Podman features.\n\n```sh\ndevpod up .\ndevpod ssh .\n```\n\nThen just use cargo to interact with the application. Arguments after the `--`\nare read by the app.\n\n```sh\ncargo run -- --help\n```\n\nExample\n\n```sh\ncargo run -- run -s \"yt-dlp dQw4w9WgXcQ\" --from-uv yt-dlp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flkdm%2Foneshot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flkdm%2Foneshot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flkdm%2Foneshot/lists"}