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/project.nu | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu (limited to 'hm/soispha/pkgs/scripts/specific/neorg/nu/project.nu') 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] {} -- cgit 1.4.1