#!/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 }