From 25eb781c47bfd43aac02b97f4c3a967c360f4b17 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 4 Sep 2020 18:41:04 -0400 Subject: Add nudge --- bin/man1/nudge.1 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bin/man1/nudge.1 (limited to 'bin/man1/nudge.1') diff --git a/bin/man1/nudge.1 b/bin/man1/nudge.1 new file mode 100644 index 00000000..143a24ba --- /dev/null +++ b/bin/man1/nudge.1 @@ -0,0 +1,38 @@ +.Dd September 4, 2020 +.Dt NUDGE 1 +.Os +. +.Sh NAME +.Nm nudge +.Nd terminal vibrator +. +.Sh SYNOPSIS +.Nm +.Op Fl n Ar count +.Op Fl s Ar shake +.Op Fl t Ar delay +. +.Sh DESCRIPTION +The +.Nm +utility +nudges the terminal. +An +.Xr xterm 1 +compatible terminal is required. +. +.Pp +The arguments are as follows: +.Bl -tag -width Ds +.It Fl n Ar count +Set the number of times +to nudge the terminal. +The default is 2. +.It Fl s Ar shake +Set the shake intensity in pixels. +The default is 10. +.It Fl t Ar delay +Set the interval between shakes +in milliseconds. +The default is 20. +.El -- cgit 1.4.1