diff options
Diffstat (limited to 'hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu')
-rwxr-xr-x | hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu b/hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu new file mode 100755 index 00000000..530eab9b --- /dev/null +++ b/hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu @@ -0,0 +1,5 @@ +# Opens the project in the webbrowser +# +# Opens the webbrowser with either the context (P) or +# the current active context as argument if no context is supplied +def "main" [project?: string] {} |