Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
343 B

  1. #!/bin/zsh
  2. # grep notes dir for open tasks. Very much a stub; worth elaborating on in
  3. # some more useful way eventually. Currently invoked by a tasks-auto.wiki.
  4. grep --exclude-dir="*logscratch" -rino -- "- \[ \].*$" ~/notes/vimwiki | \
  5. perl -pe 's{^/home/brennen/notes/vimwiki/(.*?)\.wiki:(\d+):- \[ \] (.*?)$}{ - [[$1|$1]] - ($2) $3}'