From 0e934d8dd33a4f1b395fe10f418af39d2dfcac2e Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 25 Oct 2025 10:05:38 -0500 Subject: [PATCH] Add a default task to list all tasks --- Taskfile.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 9dcf067..f491372 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -6,6 +6,11 @@ vars: EDITOR: '{{.EDITOR | default "nvim"}}' tasks: + default: + desc: Show available commands + cmds: + - task --list + notes:sync: desc: Sync latest changes from the notes submodule cmds: