|
|
- #!/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
|