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.

22 lines
336 B

  1. #!/usr/bin/env bash
  2. notes-pages --date "$1" --format vimwiki
  3. # =pod
  4. #
  5. # =head1 NAME
  6. #
  7. # notes-logs-by-date - show logs for a given date in my notes
  8. #
  9. # =head1 SYNOPSIS
  10. #
  11. # Currently this is vimwiki-dependent.
  12. #
  13. # # Show log entries for 2021-11-21
  14. # notes-logs-by-date 2021-11-21
  15. #
  16. # =head1 AUTHOR
  17. #
  18. # Brennen Bearnes
  19. #
  20. # =cut