Skip to content

melbahja/ctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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