From 4d0bd914e7c1ee65f4036e60149a7b891906a5d3 Mon Sep 17 00:00:00 2001 From: George Abbott Date: Tue, 31 Oct 2023 17:54:07 +0000 Subject: Commit all to date. --- bib/bibcmp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bib/bibcmp (limited to 'bib/bibcmp') diff --git a/bib/bibcmp b/bib/bibcmp new file mode 100755 index 0000000..dbff044 --- /dev/null +++ b/bib/bibcmp @@ -0,0 +1,8 @@ +#!/bin/sh +# bibcmp: mark an entry as completed. +# This filters for all with status == ongoing, and can mark one as completed. +# Depends: fzf. + +grep "ongoing" $(orgdresolv "ORGD_BIBCSV_PATH") | \ + awk -F';' '{ printf "%s: %s\n", $2, $3 }' | \ + fzf -- cgit v1.2.1