edthedev / agenda

Command line utility to pull an agenda out of a journal text file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Searches a file for an agenda and prints it.

Use

Example Bash profile use:

alias today="agenda -path $HOME/Journal/{YYYY}/{MM}-{DD}.md"

Example PowerShell profile use:

function Get-JournalAgenda() {
    agenda.exe -path "$HOME/Journal/{YYYY}/{MM}-{DD}.md"
}
New-Alias today Get-JournalAgenda

About

Command line utility to pull an agenda out of a journal text file.

License:GNU General Public License v3.0


Languages

Language:Go 91.1%Language:Makefile 8.9%