Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | Search name and first line with man -k regex. | makepost | |
Exec -k value as regex on basename, and on the first content line outside a tag or on a referenced see-other, whichever appears earlier. Reuse zcat choice as a function when looping over files. Fix \-\- and glob.h include leftover. Handle man-pages example newlines. Clarify the todos, naming package and issue. Remaining items are more of a wishlist than a plan. Remove `<1>2` because it doesn't let `-k .` work, please look into that. | |||
2019-04-26 | Add -M and switch test suite to use it (so test doesn't need to run as root). | Rob Landley | |
2019-04-20 | Implement man. | makepost@firemail.cc | |
To look up docs on my netbook and server. Practically deroff.1, with heuristic for where to put spaces and newlines. How would you simplify file resolution and bzcat? What have I got wrong when escaping slashes, because while \-\^\- is -- ok, \-\- becomes -\-, e.g. in git-pull.1? |