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