From a1bae69d54bfebbdb99c4beb644ebc755a75da24 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 12 Mar 2024 19:44:04 +0100 Subject: add some example plugins --- core/state | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 core/state (limited to 'core/state') diff --git a/core/state b/core/state deleted file mode 100755 index 6aad04b..0000000 --- a/core/state +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -[ "$1" = "info" ] && echo "show timer" && exit 2 -. "$core_path/lib" - -usage() { - cat << EOF -$subcmd -- show timer - -usage: - $subcmd [options] - -options: - -h, --help show help - -actions: -EOF -} - -. "$core_path/update" -echo "lap $lap, $([ $running -eq 1 ] && echo "running" || echo "paused"), $(fmt_time $remaining)" - -- cgit v1.2.3