summaryrefslogtreecommitdiff
path: root/bib/bibcmp
blob: dbff04497d884810fb5d6dde7d3044cd0f9809a8 (plain) (blame)
1
2
3
4
5
6
7
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