Add newp (new post) and ts (shell test) tools

newp is a dump shortcut that will create a new ms article.

ts is a tool similar to cram or tush.
This commit is contained in:
2022-10-04 14:22:52 +00:00
parent 7c59191590
commit 7dcf64ef11
5 changed files with 99 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
.Dd Jun 1, 2022
.Dt NEWP 1
.Os
.Sh NAME
.Nm newp
.Nd Create a new phlog post
.Sh SYNOPSIS
.Nm
.Ar word ...
.Sh DESCRIPTION
.Nm
creates a new ms phlog post.
The file name will contain the current date and
.Ar word ...
separated by dashes.
.Sh EXIT STATUS
.Ex -std
.Sh AUTHORS
.An Adolfo Perez Alvarez Aq Mt adolfopa@sdf.org