taskerctl

Crates.iotaskerctl
lib.rstaskerctl
version0.1.7
sourcesrc
created_at2023-05-27 09:12:26.302392
updated_at2023-06-06 08:55:17.857499
descriptiona simple helper for managing tasker_service
homepagehttps://github.com/DanielMadmon/taskerctl
repositoryhttps://github.com/DanielMadmon/taskerctl
max_upload_size
id875855
size115,658
Daniel Madmon (DanielMadmon)

documentation

README

taskerctl

A simple CLI to manage tasker_service.

installation

install tasker service

cargo install tasker_service

install taskerctl

cargo install taskerctl

usage

to enable tasker_service:

cd ~.cargo/bin/

./taskerctl enable

systemctl --user start tasker

list all possible commands:

./taskerctl help

OR

./taskerctl add --help

roadmap

  • working prototype

  • add option for execution as root

  • easier installation

  • GUI interface

  • better documentation

optional

for ease of use you can create a symlink from ~.cargo/bin/taskerctl to /usr/bin/

Commit count: 14

cargo fmt