GNU/Linux ◆ xterm-256color ◆ bash 569 views

An example of using a jrnl fork with fzf using the following bash command:

function notes {
  jrnl --plain -shortmatch "$(jrnl --short --plain -a | fzf --query="$*")"
}