From 2bb551efd8b3e50d715482a8f3b89f88bae74397 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 3 Jul 2024 17:55:45 +0200 Subject: Rename fq -> nqtail, tq -> nqterm There's only so many two letter binaries that can exist at the same time. A newer project, called fq, arrived and is clashing with nq in many packaging systems, and nqtail is a fine name too. --- _nq | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_nq') diff --git a/_nq b/_nq index 27269b9..a5b86b6 100644 --- a/_nq +++ b/_nq @@ -1,4 +1,4 @@ -#compdef nq tq fq +#compdef nq nqtail nqterm _nq_job() { compadd "$@" -- ${NQDIR:-.}/,*.*(:t) @@ -6,7 +6,7 @@ _nq_job() { _nq() { case "$service" in - fq) _arguments -s -A : \ + nqtail) _arguments -s -A : \ '-q[show only one line per job]' \ '-a[output for all jobs]' \ '*::job:_nq_job' @@ -17,7 +17,7 @@ _nq() { '(-):command name: _command_names -e' \ '*::arguments:_normal' ;; - tq) _arguments : \ + nqterm) _arguments : \ '(-):command name: _command_names -e' \ '*::arguments:_normal' ;; -- cgit 1.4.1