Code Monkey home page Code Monkey logo

zsh-systemd's Introduction

Systemd plugin

The systemd plugin provides many useful aliases for systemd.

To use it, add systemd to the plugins array of your zshrc file:

plugins=(... systemd)

Aliases

Alias Command Description
sc-list-units systemctl list-units List all units systemd has in memory
sc-is-active systemctl is-active Show whether a unit is active
sc-status systemctl status Show terse runtime status information about one or more units
sc-show systemctl show Show properties of units, jobs, or the manager itself
sc-help systemctl help Show man page of units
sc-list-unit-files systemctl list-unit-files List unit files installed on the system
sc-is-enabled systemctl is-enabled Checks whether any of the specified unit files are enabled
sc-list-jobs systemctl list-jobs List jobs that are in progress
sc-show-environment systemctl show-environment Dump the systemd manager environment block
sc-cat systemctl cat Show backing files of one or more units
sc-list-timers systemctl list-timers List timer units currently in memory
Aliases with sudo
sc-start sudo systemctl start Start Unit(s)
sc-stop sudo systemctl stop Stop Unit(s)
sc-reload sudo systemctl reload Reload Unit(s)
sc-restart sudo systemctl restart Restart Unit(s)
sc-try-restart sudo systemctl try-restart Restart Unit(s)
sc-isolate sudo systemctl isolate Start a unit and its dependencies and stop all others
sc-kill sudo systemctl kill Kill unit(s)
sc-reset-failed sudo systemctl reset-failed Reset the "failed" state of the specified units,
sc-enable sudo systemctl enable Enable unit(s)
sc-disable sudo systemctl disable Disable unit(s)
sc-reenable sudo systemctl reenable Reenable unit(s)
sc-preset sudo systemctl preset Reset the enable/disable status one or more unit files
sc-mask sudo systemctl mask Mask unit(s)
sc-unmask sudo systemctl unmask Unmask unit(s)
sc-link sudo systemctl link Link a unit file into the unit file search path
sc-load sudo systemctl load Load unit(s)
sc-cancel sudo systemctl cancel Cancel job(s)
sc-set-environment sudo systemctl set-environment Set one or more systemd manager environment variables
sc-unset-environment sudo systemctl unset-environment Unset one or more systemd manager environment variables
sc-edit sudo systemctl edit Edit a drop-in snippet or a whole replacement file with --full
sc-enable-now sudo systemctl enable --now Enable and start unit(s)
sc-disable-now sudo systemctl disable --now Disable and stop unit(s)
sc-mask-now sudo systemctl mask --now Mask and stop unit(s)

User aliases

You can use the above aliases as --user by using the prefix scu instead of sc. For example: scu-list-units will be aliased to systemctl --user list-units.

zsh-systemd's People

Contributors

le0me55i avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.