From 16b5625e780d67d1f29a89f587719ec602f4fe4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AA=E3=82=A6=E3=82=B9?= Date: Tue, 16 Mar 2021 17:49:01 -0500 Subject: [PATCH] Implemented first version of xbar (macOS) plugin --- extras/zeit.1m.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 extras/zeit.1m.sh diff --git a/extras/zeit.1m.sh b/extras/zeit.1m.sh new file mode 100755 index 0000000..99f1543 --- /dev/null +++ b/extras/zeit.1m.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +# zeit +# Marius +# mrusme +# Control `zeit` (https://github.com/mrusme/zeit) from the macOS menu bar. +# https://github.com/mrusme/zeit/raw/main/documentation/zeit.png +# https://マリウス.com/zeit-erfassen-a-cli-activity-time-tracker/ +# 1.0 +# +# string(ZEIT_BIN="/usr/local/bin/zeit"): Your zeit binary location +# string(ZEIT_DB="$HOME/.zeit.db"): Your zeit database location +# +# Control `zeit` (https://github.com/mrusme/zeit) from the macOS menu bar. +# +# by Marius (marius@xn--gckvb8fzb.com) +# + +echo $($ZEIT_BIN tracking) +exit