[private] default: @just --list # Create a new note. new *name: @fname=$(echo {{name}} | tr " " "_") && \ doc="$(isosec).$fname.md" && \ echo "# {{name}}" > "$doc" && \ echo "$doc" # Get the last note created. last: @/bin/ls -t *.md | head -1