This commit is contained in:
parent
3aa7f9e722
commit
f4cb6c77f6
4 changed files with 53 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# systab
|
||||
|
||||
[](https://code.opennomad.com/opennomad/systab/actions?workflow=ci.yml)
|
||||
[](badges/tests.json)
|
||||
[](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`?**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue