From 6a6280875ca612295dc271321512e389cbe446e1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 27 Jan 2021 11:22:04 +0100 Subject: README.md: add comparison to `at` and `batch` --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index ef86e99..8e85837 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,23 @@ You can also just copy the binaries into your `PATH`. You can use `make check` to run a simple test suite, if you have Perl's `prove` installed. +## Comparison to `at` and `batch` + +* `at` runs jobs at a given time. + `batch` runs jobs "when system load levels permit". + nq runs jobs in sequence with no regard to the system's load average. + +* `at` and `batch` have 52 built-in queues: a-z and A-Z. + Any directory can be a queue for nq. + +* You can follow the output of an `nq` queue tail-style with `fq`. + +* The syntax is different: `at` and `batch` take whole scripts from + the standard input or a file; `nq` takes a single command as its + command line arguments. + +* nq doesn't rely on a daemon. + ## Copyright nq is in the public domain. -- cgit 1.4.1