diff options
Diffstat (limited to 'hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu')
-rwxr-xr-x | hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu | 7 |
1 files changed, 7 insertions, 0 deletions
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] {} |