summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-07 19:28:50 -0400
committerJune McEnroe <june@causal.agency>2018-09-07 19:28:50 -0400
commit5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f (patch)
tree4936eb8630e39550b3fed1a01d3d527330e0e9e0
parentAdd klon.6 (diff)
downloadsrc-5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f.tar.gz
src-5ee7860750fbc47be7e2cb7f675dd9853b0f6c8f.zip
Add modem.1
-rw-r--r--bin/modem.118
1 files changed, 18 insertions, 0 deletions
diff --git a/bin/modem.1 b/bin/modem.1
new file mode 100644
index 00000000..b54e23e5
--- /dev/null
+++ b/bin/modem.1
@@ -0,0 +1,18 @@
+.Dd $Mdocdate$
+.Dt MODEM 1
+.Os "Causal Agency"
+.Sh NAME
+.Nm modem
+.Nd fixed baud rate wrapper
+.Sh SYNOPSIS
+.Nm
+.Ar "command ..."
+.Sh DESCRIPTION
+.Nm
+runs the
+.Ar command
+in a new PTY
+with a fixed baud rate
+of 19.2 kbps.
+.Sh SEE ALSO
+.Xr forkpty 3
lored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe