adding tests
Some checks are pending
CI / shellcheck (push) Waiting to run

This commit is contained in:
Matthias Johnson 2026-02-15 12:10:09 -07:00
parent 3aa7f9e722
commit f4cb6c77f6
4 changed files with 53 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# systab
[![ShellCheck](https://code.opennomad.com/opennomad/systab/actions/workflows/ci.yml/badge.svg)](https://code.opennomad.com/opennomad/systab/actions?workflow=ci.yml)
[![Tests](https://img.shields.io/endpoint?url=https://code.opennomad.com/opennomad/systab/raw/branch/main/badges/tests.json)](badges/tests.json)
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](LICENSE)
A cron/at-like interface for systemd user timers. Create, manage, and monitor scheduled jobs without writing unit files by hand.
@ -186,6 +187,12 @@ The primary repository is hosted on [Forgejo](https://code.opennomad.com/opennom
Contributions (issues and pull requests) are welcome on GitHub.
After cloning, enable the pre-commit hook (runs ShellCheck + tests):
```bash
git config core.hooksPath .githooks
```
## FAQ
**What's the difference between `-c` and `-f`?**