summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-04 18:41:04 -0400
committerJune McEnroe <june@causal.agency>2020-09-04 18:41:04 -0400
commit25eb781c47bfd43aac02b97f4c3a967c360f4b17 (patch)
tree1a043bbaa82bc2a53cbcc496e76c4fee711aa055 /bin/man1
parentBuild fbclock with -lz (diff)
downloadsrc-25eb781c47bfd43aac02b97f4c3a967c360f4b17.tar.gz
src-25eb781c47bfd43aac02b97f4c3a967c360f4b17.zip
Add nudge
Diffstat (limited to 'bin/man1')
-rw-r--r--bin/man1/nudge.138
1 files changed, 38 insertions, 0 deletions
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
d> 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe