From 2ed9dc7221e00accaa52f02a57dac47f403bd07a Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Mon, 20 Apr 2026 03:03:44 +0200 Subject: [PATCH] recset verbosely --- Makefile | 2 +- command.rec | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc6da42..0700e5a 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ db.rec: $(databases) recsel $@ -e "requires != ''" -CR title,requires |\ while read title requires; do \ for provider in "$$requires" ; do \ - recset $@ -e "title = '$${provider}'" -f provides -a "$${title}" ;\ + recset --verbose $@ -e "title = '$${provider}'" -f provides -a "$${title}" ;\ done ;\ done sed -i 's/"//g' $@ diff --git a/command.rec b/command.rec index b6bd05c..8c8569f 100644 --- a/command.rec +++ b/command.rec @@ -86,3 +86,19 @@ shell: sh bin: vim bin: scp +aim: Hard reset ntp service +cmd: sudo ntpd -q -g -x -n +bin: ntpd +tag: time + +aim: Convert markdown table to csv +cmd: mlr --imarkdown --ocsv cat ''.md +bin: mlr +tag: csv +tag: markdown +tag: data + +aim: Convert a csv file to markdown +cmd: mlr --icsv --omd cat ''.csv +bin: mlr +tag: data