about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-28 21:03:28 +0100
committerSoispha <soispha@vhack.eu>2024-01-28 21:03:28 +0100
commit361c87cb4dba1e73fa3f95af9d740cddc2f59b60 (patch)
treedc6d23f804cf02c7972e073dbfbcb80e8d4f9990 /hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu
parentfix(hm/pkgs): Remove old `comments` scripts and use rust rewrite (diff)
downloadnixos-config-361c87cb4dba1e73fa3f95af9d740cddc2f59b60.zip
feat(hm/pkgs/specific/neorg): Add draft of rewrite in nu
Diffstat (limited to 'hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu')
-rwxr-xr-xhm/soispha/pkgs/scripts/specific/neorg/nu/task.nu7
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] {}