diff options
author | Soispha <soispha@vhack.eu> | 2024-01-28 21:03:28 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-28 21:03:28 +0100 |
commit | 361c87cb4dba1e73fa3f95af9d740cddc2f59b60 (patch) | |
tree | dc6d23f804cf02c7972e073dbfbcb80e8d4f9990 /hm/soispha/pkgs/scripts/specific/neorg/nu/task.nu | |
parent | fix(hm/pkgs): Remove old `comments` scripts and use rust rewrite (diff) | |
download | nixos-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-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] {} |