文本屏幕的手册页编辑器

发布于 2024-12-01 15:48:08 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

寄意 2024-12-08 15:48:08

您可以用 markdown 编写它,然后通过 pandoc 将其转换为手册页格式 ((t|g)roff)。这是精美的手册:http://johnmacfarlane.net/pandoc/README.html

华泰

You can write it e.g. in markdown then convert it via e.g. pandoc to manpage format ((t|g)roff). Here is the fine manual: http://johnmacfarlane.net/pandoc/README.html .

HTH

挽手叙旧 2024-12-08 15:48:08

当然,继续学习格式并在常规文本编辑器中手写。

另一方面,perl 项目使用一种称为pod 的通用标记,然后通过运行pod2man 转换为手册页。

Sure, go ahead and learn the format and write it by hand in a regular text editor.

On the other hand, the perl project uses a kind of universal markup called pod and then converts into manpages by running pod2man.

叶落知秋 2024-12-08 15:48:08

手册页是使用一种名为 troff 的简单标记语言以纯文本形式编写的。

实际上有几个相关的标记系统都由一组以roff结尾的命令支持:nrofftroff,以及所有唱歌,所有跳舞超集groff

我的 Mac OS 10.5 系统在 man 7 roff 中有一个很好的历史总结。

正如其他人所指出的,有几种工具可以将其他标记格式转换为手册页。

Man pages are written in plain text with a simple markup language called troff.

Actually there are several related markup systems all supported by a set of commands ending in roff: nroff, troff, and the all singing, all dancing super-set groff.

My Mac OS 10.5 systems has a nice summary of the history in man 7 roff.

As others have noted there are several tools around which can convert other markup formats to man pages.

帅的被狗咬 2024-12-08 15:48:08

最简单的方法是将内容编写为“reStructuredText”(比 wiki 语法更简单)并使用 docutils 从中生成联机帮助页。

请参阅本教程

The easiest way is to write content as "reStructuredText" (simpler than wiki syntax) and use docutils to generate manpage from it.

See this tutorial.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文