From 361c87cb4dba1e73fa3f95af9d740cddc2f59b60 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 Jan 2024 21:03:28 +0100 Subject: feat(hm/pkgs/specific/neorg): Add draft of rewrite in nu --- hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu (limited to 'hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu') diff --git a/hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu b/hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu new file mode 100755 index 00000000..41d1d6e5 --- /dev/null +++ b/hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu @@ -0,0 +1,7 @@ +# Open the context of a task +# +# Open the neorg context associated with the current context and +# the uuid of the task with id ID. Without ID, it'll open the +# current context's norg file. +# If no context is set, drops you to the selection prompt +def "main" [id?: int] {} -- cgit 1.4.1