x

module
v1.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2020 License: BSD-2-Clause

README

X X

see: https://sevki.org/x

License: BSD

Directories

Path Synopsis
cmd
cronexp
cronexp draws a very nice table of what your cron job will do like so ┌───────────────────minutes [0s 15m0s 30m0s 45m0s] │ ┌──────────────hours [0s] │ │ ┌────────────days of the month [1 15] │ │ │ ┌───────months [January February March April May June July August September October November December] │ │ │ │ ┌─────days of the week [Monday Tuesday Wednesday Thursday Friday] │ │ │ │ │ ┌─args [/usr/bin/find] */15 0 1,15 * 1-5 /usr/bin/find Important '*' is a wildcard character in most shells.
cronexp draws a very nice table of what your cron job will do like so ┌───────────────────minutes [0s 15m0s 30m0s 45m0s] │ ┌──────────────hours [0s] │ │ ┌────────────days of the month [1 15] │ │ │ ┌───────months [January February March April May June July August September October November December] │ │ │ │ ┌─────days of the week [Monday Tuesday Wednesday Thursday Friday] │ │ │ │ │ ┌─args [/usr/bin/find] */15 0 1,15 * 1-5 /usr/bin/find Important '*' is a wildcard character in most shells.
Package cron implements Crontab specification as defined in The Open Group Base Specifications Issue 7, 2018 edition IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008) https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html In addition to the standard, this package also implements the */15 syntax I am thinking about removing this as the step syntax doesn't make that much sense to me but the implementation is only an additional stack so it's ok to stay for now.
Package cron implements Crontab specification as defined in The Open Group Base Specifications Issue 7, 2018 edition IEEE Std 1003.1-2017 (Revision of IEEE Std 1003.1-2008) https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html In addition to the standard, this package also implements the */15 syntax I am thinking about removing this as the step syntax doesn't make that much sense to me but the implementation is only an additional stack so it's ok to stay for now.
Package errors provides grouped errors.
Package errors provides grouped errors.
Package markdown are a set of common markdownparser utils used in pllaces like sevki.org/troff
Package markdown are a set of common markdownparser utils used in pllaces like sevki.org/troff
Package time is common utilities for dealing with time and durations.
Package time is common utilities for dealing with time and durations.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL