{"id":18566961,"url":"https://github.com/zocker1999net/zsh-launch","last_synced_at":"2025-05-15T20:08:32.162Z","repository":{"id":134002258,"uuid":"248955645","full_name":"Zocker1999NET/zsh-launch","owner":"Zocker1999NET","description":"This plugin adds the command `launch` which allows launching applications from cli without further distraction","archived":false,"fork":false,"pushed_at":"2020-03-21T10:48:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T13:28:32.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zocker1999NET.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":"2020-03-21T10:45:46.000Z","updated_at":"2020-03-21T10:48:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ea16192-bf2d-4f76-9aa6-2f1e2a431627","html_url":"https://github.com/Zocker1999NET/zsh-launch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zocker1999NET%2Fzsh-launch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zocker1999NET%2Fzsh-launch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zocker1999NET%2Fzsh-launch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zocker1999NET%2Fzsh-launch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zocker1999NET","download_url":"https://codeload.github.com/Zocker1999NET/zsh-launch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414501,"owners_count":22067272,"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-06T22:24:55.798Z","updated_at":"2025-05-15T20:08:27.068Z","avatar_url":"https://github.com/Zocker1999NET.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# launch Plugin for ZSH\n\nThis plugin adds the command `launch` which allows launching applications from cli without further distraction.\n\nBut why not directly call the application?\n- Because you do not want to see the (error) output of the application\n- Because you would like to use your shell while the application is still running\n- Because the application should be still running after exiting the shell\n\n`launch` is an simple alias (but not built-in alias) to launch the given application\nwhile redirecting *STDOUT* and *STDERR* to `/dev/null`\nand forking the process to the `init` process,\nso your shell and the new process run independently from one another.\nIt is literally the same as `APPLICATION \u003e/dev/null 2\u003e\u00261 \u0026!` but way faster to type.\n\n## Repository clones\n\nThe original repository will be stored on [GitHub](https://github.com/Zocker1999NET/zsh-launch).\nYou can use the original reopsitory if you want to use GitHub.\nAlso issues and pull requests will be collected there for convenience.\n\nThis repository will be cloned to my own server.\nYou can use the [clone](https://git.banananet.work/zsh-plugins/launch) instead of this repository\nif you want to avoid use GitHub.\n\n## Installation\n\n### zsh (without plugin support)\n\n1. Clone project\n2. Add following line to your `.zshrc`:\n```sh\nSOURCE \"path/to/repo/launch.plugin.zsh\"\n```\n\n### oh-my-zsh\n\n1. Clone project into `~/.oh-my-zsh/custom/plugins/launch`\n2. Add `launch` to your plugin list\n```sh\nplugins=(… launch …)\n```\n\n### Antigen\n\n1. Add following line to your `.zshrc`:\n```sh\nantigen bundle Zocker1999NET/zsh-launch # GitHub if default repository unchanged\nantigen bundle https://git.banananet.work/zsh-plugins/launch # Own Server\n```\n\nor\n\n1. Add the repository to your plugin list\n```sh\nantigen bundles \u003c\u003cEOBUNDLES\n  …\n  Zocker1999NET/zsh-launch # GitHub if default repository unchanged\n  https://git.banananet.work/zsh-plugins/launch # Own Server\n  …\nEOBUNDLES\n```\n\n### Antibody\n\n1. Add following line to your `.zshrc`:\n```sh\nantibody bundle Zocker1999NET/zsh-launch # GitHub if default repository unchanged\nantibody bundle https://git.banananet.work/zsh-plugins/launch # Own Server\n```\n\nor\n\n1. Add the repository to your plugin list\n```sh\nantibody bundles \u003c\u003cEOBUNDLES\n  …\n  Zocker1999NET/zsh-launch # GitHub if default repository unchanged\n  https://git.banananet.work/zsh-plugins/launch # Own Server\n  …\nEOBUNDLES\n```\n\n## Usage\n\nPrefix the command you want to launch with `launch`,\ne.g. `launch okular my_document.pdf` or `launch firefox`.\n\n## License\n\nThis plugin is licensed under WTFPL.\nDo the fuck you want to with this plugin,\nbut please contribute to this plugin if you have made any improvements which could be useful for others.\n\n## Contribute\n\nIf you find any issue, report it\nor fix it yourself and create a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker1999net%2Fzsh-launch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzocker1999net%2Fzsh-launch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzocker1999net%2Fzsh-launch/lists"}