Files
uutils.github.io/templates/manpage.html
T
2026-03-21 20:38:55 +01:00

57 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{NAME}}(1) - uutils coreutils</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; max-width: 900px; margin: 0 auto; padding: 20px; line-height: 1.6; color: #333; }
h1, h2 { color: #333; border-bottom: 1px solid #ddd; padding-bottom: 8px; }
a { color: #007acc; text-decoration: none; }
a:hover { text-decoration: underline; }
pre, code { background: #f5f5f5; border-radius: 3px; }
pre { padding: 12px; overflow-x: auto; border: 1px solid #ddd; }
code { padding: 2px 5px; }
dl dt { font-weight: bold; margin-top: 10px; }
dl dd { margin-left: 20px; }
.breadcrumb { margin-bottom: 20px; }
.breadcrumb a { color: #007acc; }
.manpage-content { margin-top: 20px; }
.tldr-section { margin-top: 30px; padding: 20px; background: #f0f7ff; border: 1px solid #c0d8f0; border-radius: 8px; }
.tldr-section h2 { color: #005a9e; border-bottom: 1px solid #c0d8f0; }
.tldr-example { margin-bottom: 15px; }
.tldr-desc { margin-bottom: 5px; font-style: italic; color: #555; }
.tldr-example pre { background: #1e1e1e; color: #d4d4d4; border: none; }
.top-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.top-links { display: flex; gap: 15px; font-size: 0.9em; }
.top-links a { color: #007acc; }
@media (prefers-color-scheme: dark) {
body { background: #1a1a1a; color: #e0e0e0; }
h1, h2 { color: #e0e0e0; border-bottom-color: #444; }
pre, code { background: #2a2a2a; }
pre { border-color: #444; }
.tldr-section { background: #1a2a3a; border-color: #2a4a6a; }
.tldr-section h2 { color: #6cb4ee; border-bottom-color: #2a4a6a; }
.tldr-desc { color: #aaa; }
}
</style>
</head>
<body>
<div class="top-bar">
<div class="breadcrumb">
<a href="/">Home</a> /
<a href="/coreutils">Coreutils</a> /
<a href="/coreutils/manpages/">Manual Pages</a> /
<span>{{NAME}}(1)</span>
</div>
<div class="top-links">
<a href="https://github.com/uutils/coreutils/tree/main/src/uu/{{NAME}}">Source code</a>
<a href="https://github.com/uutils/coreutils/issues/new?title={{NAME}}:%20&labels=bug">Report an issue</a>
</div>
</div>
<div class="manpage-content">
{{CONTENT}}
</div>
{{TLDR}}
</body>
</html>