From 1c7856fd3aff5fd059f040262d9647f60a18e0c1 Mon Sep 17 00:00:00 2001 From: yctct Date: Thu, 6 Nov 2025 10:11:29 +0100 Subject: Add scripts and functions --- conjugatorless.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 conjugatorless.sh (limited to 'conjugatorless.sh') diff --git a/conjugatorless.sh b/conjugatorless.sh new file mode 100755 index 0000000..2395334 --- /dev/null +++ b/conjugatorless.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +# Pass output of french-conjugator to less +# To install french-conjugator on GNU/Linux, run: +# $ sudo apt install verbiste +function con() +{ + french-conjugator "$@" 2>&1 | \ + less --quit-if-one-screen +} + + -- cgit v1.2.3