melbahja / ctl

πŸ™Œ All systemd commands and tools in one easy command `ctl`! One to rule them all.😼

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTL

Manage and run all systemd commands and tools as a subcommand of one command ctl!

Usage

ctl [command] [command options] [arguments...]

example:

ctl status instead of systemctl status

ctl log --system --boot instead of journalctl --system --boot

ctl mount --help instead of systemd-mount --help

ctl run --scope ls instead of systemd-run --scope ls

Installation

go get github.com/melbahja/ctl
# To install bash completion:
cd $GOPATH/src/github.com/melbahja/ctl
sudo make completion

You should be able to use and execute ctl command

License

MIT

About

πŸ™Œ All systemd commands and tools in one easy command `ctl`! One to rule them all.😼

License:MIT License


Languages

Language:Go 59.1%Language:Shell 35.7%Language:Makefile 5.2%