scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

commit b5f259d793ecaab03f47530326d1fa77f544d1dc
parent 964653fbcafa271246ae1e1142a0b46780ccb40d
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  7 May 2022 10:12:34 +0200

Added notify-status

Diffstat:
MMakefile | 1+
Anotify-status | 7+++++++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -19,6 +19,7 @@ SCRIPTS = addressgrep \ mail-checknow \ mail-compose \ mblaze-extras \ + notify-status \ open-file \ open-stdin \ open-url \ diff --git a/notify-status b/notify-status @@ -0,0 +1,7 @@ +#!/bin/sh + +# Simple script to send a notification displaying the output of status + +# Requires: status, herbe (or similar, e.g. notify-send) + +herbe "$(status '\n')"