Miscellaneous UNIX utilities.
Go to file
Atlas Cove 112e576850 Updated README.md
Added descriptions of utils
2022-11-14 17:17:02 +00:00
LICENSE Initial commit 2022-06-08 10:07:41 +00:00
Makefile Add newp (new post) and ts (shell test) tools 2022-10-04 14:22:52 +00:00
README.md Updated README.md 2022-11-14 17:17:02 +00:00
bwrap Initial commit 2022-06-08 10:07:41 +00:00
bwrap.1 Initial commit 2022-06-08 10:07:41 +00:00
hppt Initial commit 2022-06-08 10:07:41 +00:00
hppt.1 Initial commit 2022-06-08 10:07:41 +00:00
mkgmap Initial commit 2022-06-08 10:07:41 +00:00
mkgmap.1 Initial commit 2022-06-08 10:07:41 +00:00
newp Add newp (new post) and ts (shell test) tools 2022-10-04 14:22:52 +00:00
newp.1 Add newp (new post) and ts (shell test) tools 2022-10-04 14:22:52 +00:00
rot Initial commit 2022-06-08 10:07:41 +00:00
rot.1 Initial commit 2022-06-08 10:07:41 +00:00
rr Add RR: run command until failure 2022-06-10 10:00:05 +02:00
rr.1 Add RR: run command until failure 2022-06-10 10:00:05 +02:00
scmfmt Initial commit 2022-06-08 10:07:41 +00:00
scmfmt.1 Initial commit 2022-06-08 10:07:41 +00:00
ts Add newp (new post) and ts (shell test) tools 2022-10-04 14:22:52 +00:00
ts.1 Add newp (new post) and ts (shell test) tools 2022-10-04 14:22:52 +00:00
unpage Initial commit 2022-06-08 10:07:41 +00:00
unpage.1 Initial commit 2022-06-08 10:07:41 +00:00
upcasetl Initial commit 2022-06-08 10:07:41 +00:00
upcasetl.1 Initial commit 2022-06-08 10:07:41 +00:00

README.md

miscutils

Miscellaneous UNIX utilities.

bwrap

Wrap text received in stdin as if it was a single line. Indicate breaks with the ":" charater at both ends.

hppt

Reformat stdin as a horizontal paper tape.

mkgmap

Generates a simple Gophermap in its standard output, listing all text files in the current directory in reverse alphabetical order.

newp

Creates a new ms phlog post. The file name will contain the current date and word separated by dashes.

rot

Visually rotate stdin 90 degrees counter clockwise, swapping rows and columns.

rr

Run a command repeteadly until it fails.

scmfmt

Format stdin to use as a commit message

ts

Runs the shell tests passed as arguments.

unpage

Removes all page headers and footers from stdin, getting as result output that contains a single continuous page.

upcasetl

Takes an ms troff document in stdin, and outputs to its stdout the same document with all .tl and .sh converted to uppercase.