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.
|
#!/usr/bin/env bash
|
|
|
|
notes-pages --date "$1" --format vimwiki
|
|
|
|
# =pod
|
|
#
|
|
# =head1 NAME
|
|
#
|
|
# notes-logs-by-date - show logs for a given date in my notes
|
|
#
|
|
# =head1 SYNOPSIS
|
|
#
|
|
# Currently this is vimwiki-dependent.
|
|
#
|
|
# # Show log entries for 2021-11-21
|
|
# notes-logs-by-date 2021-11-21
|
|
#
|
|
# =head1 AUTHOR
|
|
#
|
|
# Brennen Bearnes
|
|
#
|
|
# =cut
|