{"id":28375483,"url":"https://github.com/redxtech/zsh-systemd","last_synced_at":"2025-07-06T16:05:10.537Z","repository":{"id":278383712,"uuid":"693906490","full_name":"redxtech/zsh-systemd","owner":"redxtech","description":"Simple aliases for systemd commands","archived":false,"fork":false,"pushed_at":"2023-09-20T00:34:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-26T05:35:59.865Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redxtech.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-09-20T00:34:40.000Z","updated_at":"2023-09-20T00:34:50.000Z","dependencies_parsed_at":"2025-02-19T13:46:55.588Z","dependency_job_id":"02d44c1a-f592-4fc0-bad2-e67cbfd859da","html_url":"https://github.com/redxtech/zsh-systemd","commit_stats":null,"previous_names":["redxtech/zsh-systemd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redxtech/zsh-systemd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redxtech%2Fzsh-systemd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redxtech%2Fzsh-systemd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redxtech%2Fzsh-systemd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redxtech%2Fzsh-systemd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redxtech","download_url":"https://codeload.github.com/redxtech/zsh-systemd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redxtech%2Fzsh-systemd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263932017,"owners_count":23531707,"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":"2025-05-29T23:05:49.425Z","updated_at":"2025-07-06T16:05:10.524Z","avatar_url":"https://github.com/redxtech.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zsh-systemd\n\n\u003e zsh-systemd is a zsh plugin that provides aliases for `systemd` commands, both system and user.\n\n## installing\n\n### zinit\n\nAdd this to your zinit config (.zshrc):\n\n```zsh\nzinit light redxtech/zsh-systemd\n\n# it also works with turbo mode:\nzinit ice wait lucid\nzinit load redxtech/zsh-systemd\n```\n\n### oh-my-zsh\n\nInstall it with your favourite zsh package manager, or clone it directly to your `$ZSH_CUSTOM/plugins` directory with git, and add `systemd` to the plugins array in your `.zshrc` file:\n\n```zsh\nplugins=(... systemd)\n```\n\n## usage\n\nhere is a list of all the commands:\n\n```zsh\nalias ss=\"sudo systemctl\"\nalias sss=\"sudo systemctl status\"\nalias ssstart=\"sudo systemctl start\"\nalias ssstop=\"sudo systemctl stop\"\nalias ssr=\"sudo systemctl restart\"\nalias sse=\"sudo systemctl enable --now\"\nalias ssd=\"sudo systemctl disable --now\"\nalias ssm=\"sudo systemctl mask\"\nalias ssum=\"sudo systemctl unmask\"\nalias ssdr=\"sudo systemctl daemon-reload\"\n\nalias scu=\"systemctl --user\"\nalias ssu=\"systemctl --user status\"\nalias scus=\"systemctl --user start\"\nalias scust=\"systemctl --user stop\"\nalias scur=\"systemctl --user restart\"\nalias scue=\"systemctl --user enable --now\"\nalias scud=\"systemctl --user disable --now\"\nalias scum=\"systemctl --user mask\"\nalias scuum=\"systemctl --user unmask\"\nalias scudr=\"systemctl --user daemon-reload\"\n```\n\n## author\n\n**zsh-systemd** © [gabe dunn](https://github.com/redxtech), released under the [MIT](./LICENSE) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredxtech%2Fzsh-systemd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredxtech%2Fzsh-systemd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredxtech%2Fzsh-systemd/lists"}