Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melbahja/ctl
🙌 All systemd commands and tools in one easy command `ctl`! One to rule them all.😼
https://github.com/melbahja/ctl
cli cli-command cli-tool cli-utility command-line-tool go golang init-system linux systemd
Last synced: 28 days ago
JSON representation
🙌 All systemd commands and tools in one easy command `ctl`! One to rule them all.😼
- Host: GitHub
- URL: https://github.com/melbahja/ctl
- Owner: melbahja
- License: mit
- Created: 2020-02-21T23:13:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T14:23:49.000Z (over 4 years ago)
- Last Synced: 2024-08-02T13:23:38.320Z (3 months ago)
- Topics: cli, cli-command, cli-tool, cli-utility, command-line-tool, go, golang, init-system, linux, systemd
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-morocco - ctl - A command line tool to run all systemd commands in one command `ctl`. by [@melbahja](https://git.io/mohamed) (Uncategorized / Uncategorized)
README
# CTL
Manage and run all systemd commands and tools as a subcommand of one command `ctl`!## Usage
```bash
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
```bash
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](https://github.com/melbahja/ctl/blob/master/LICENSE)