From 135d09bfb305d54cac1ba1fb9861d5b9309a7b3a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Apr 2025 11:48:44 +0200 Subject: feat(pkgs/neorg): Rewrite in rust This improves upon neorg by integrating it better into the system context. --- pkgs/by-name/ne/neorg/functions/f_stop.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 pkgs/by-name/ne/neorg/functions/f_stop.sh (limited to 'pkgs/by-name/ne/neorg/functions/f_stop.sh') diff --git a/pkgs/by-name/ne/neorg/functions/f_stop.sh b/pkgs/by-name/ne/neorg/functions/f_stop.sh deleted file mode 100644 index e4ff0b94..00000000 --- a/pkgs/by-name/ne/neorg/functions/f_stop.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env dash - -fstop0stop_current_task() { - # we ensured that only one task may be active - active="$(task +ACTIVE _ids)" - [ "$active" ] && task stop "$active" -} -- cgit 1.4.1