https://github.com/kyoheiu/dottimer
a systemd timer generator that is not insane
https://github.com/kyoheiu/dottimer
cli systemd-timer
Last synced: about 1 year ago
JSON representation
a systemd timer generator that is not insane
- Host: GitHub
- URL: https://github.com/kyoheiu/dottimer
- Owner: kyoheiu
- License: gpl-2.0
- Created: 2022-04-04T07:18:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T10:32:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T06:44:27.443Z (about 1 year ago)
- Topics: cli, systemd-timer
- Language: Rust
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dottimer
a systemd timer generator that is not insane

## Installation
```
git clone https://github.com/kyoheiu/dottimer.git
cd dottimer
cargo install --path .
```
## Usage
```
OPTIONS:
-H, --help
Print help information
-o
Enable to choose options like AccuracySec or Persistent
```
This app does NOT make `foo.timer` and place it in the right place automatially, but simply generate a text that can be used for `.timer` file as it is.
For usage of systemd timer itself, see [systemd.timer(5)](https://man.archlinux.org/man/systemd.timer.5) and [systemd.time(7)](https://man.archlinux.org/man/systemd.time.7.en).