From c243b46ab018c33466d7cb5d61b27b6bde0db6fe Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 19 Jul 2020 08:36:10 -0600 Subject: [PATCH] Add doc for openbsd extension --- extensions/openbsd.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/extensions/openbsd.org b/extensions/openbsd.org index e69de29..f111dd5 100644 --- a/extensions/openbsd.org +++ b/extensions/openbsd.org @@ -0,0 +1,15 @@ +* openbsd + +This extension adds a number of useful OpenBSD specific tools. + +The following functions are added: + +| Name | Purpose | +|-------------+-----------------------------------------------------------------------------------------------------| +| src() | Similar to plan9's [[http://man.9front.org/1/src][src(1)]] command. It drops you to ~/usr/src/*/~. | +| port() | Like ~src()~, but for ~/usr/ports~. | +| pclean() | Remove ~.orig~ and empty files from ~$CWD~. | +| cdw() | Intended to be used from a port directory. Will change directory to ~$WRKSRC~. | +| maintains() | Similar to ~port()~, this will display the ~$MAINTAINER~ of a port passed in as the first argument. | +| seq() | A shell implementation of Linux's [[https://linux.die.net/man/1/seq][seq(1)]] command. It supports alpha and numeric ranges. | +