{"id":16753049,"url":"https://github.com/fdncred/nu_plugin_bg","last_synced_at":"2025-06-14T05:04:36.022Z","repository":{"id":213881691,"uuid":"733628384","full_name":"fdncred/nu_plugin_bg","owner":"fdncred","description":"A quick nushell plugin that spawns background tasks","archived":false,"fork":false,"pushed_at":"2024-08-22T12:38:26.000Z","size":126,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T05:03:25.034Z","etag":null,"topics":["nushell","nushell-plugin"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fdncred.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}},"created_at":"2023-12-19T19:00:02.000Z","updated_at":"2025-04-22T11:47:11.000Z","dependencies_parsed_at":"2024-03-15T17:30:58.873Z","dependency_job_id":"76c5f5e4-c3ac-47d3-9d1f-665712dde785","html_url":"https://github.com/fdncred/nu_plugin_bg","commit_stats":null,"previous_names":["fdncred/nu_plugin_bg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fdncred/nu_plugin_bg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_bg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_bg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_bg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_bg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdncred","download_url":"https://codeload.github.com/fdncred/nu_plugin_bg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdncred%2Fnu_plugin_bg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259763076,"owners_count":22907407,"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":["nushell","nushell-plugin"],"created_at":"2024-10-13T02:49:01.511Z","updated_at":"2025-06-14T05:04:35.803Z","avatar_url":"https://github.com/fdncred.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nu_plugin_bg\n\nThis is a nushell pluging that attempts to start programs in the background.\n\n## Usage:\n\n```nushell\n❯ bg --help\nStart a process in the background.\n\nUsage:\n  \u003e bg {flags} \u003ccommand\u003e\n\nFlags:\n  -h, --help - Display the help message for this command\n  -a, --arguments \u003cList(String)\u003e - The arguments of the command.\n  -d, --debug - Debug mode\n  -p, --pid - Return process ID\n\nParameters:\n  command \u003cstring\u003e: The command to start in the background.\n\nExamples:\n  Start a command in the background\n  \u003e bg some_command --arguments [arg1 --arg2 3]\n```\n\n## Known Issues\n\nIf you start a program that writes to stdout, you'll get an error. This what I get on my Mac and I'm not really sure what it means. It could have nothing to do with writing to stdout?\n```nushell\n❯ bg cat -a [cargo.toml] -d\nStarting process: 'cat' with args '[\"cargo.toml\"]'\ncat: cargo.toml: Broken pipe (os error 32)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdncred%2Fnu_plugin_bg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdncred%2Fnu_plugin_bg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdncred%2Fnu_plugin_bg/lists"}