Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions apps/web/app/apps/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const dynamic = "force-dynamic";

export const metadata = {
title: "Apps",
description: "Programs built with HQTUI: a REST client, a git interface, and an audio player.",
description: "Programs built with HQTUI: a REST client, a git interface, an audio player, an nmap console and more.",
};

interface App {
Expand Down Expand Up @@ -153,6 +153,22 @@ const APPS: App[] = [
"Its views were pure functions of state from the start, which is why the whole client is "
+ "asserted on as text rather than described in a test.",
},
{
shot: "nmaptui",
name: "nmaptui",
tagline: "An admin console for nmap",
repo: "https://github.com/profullstack/nmaptui",
install: "curl -fsSL https://raw.githubusercontent.com/profullstack/nmaptui/main/install.sh | sh",
body:
"Eighteen scan profiles and a form for every nmap option that matters, with the exact command "
+ "shown before it runs. nmap's XML is read as it streams, so tasks, percent and finished hosts "
+ "appear while the scan is still going. Hosts, services and a findings triage list follow, "
+ "every scan is kept, and any two can be diffed or exported as text, JSON, CSV, Markdown or HTML.",
found:
"Its screens are pure functions of one state object, so the test suite renders the real frames "
+ "headlessly and asserts on the text. A meter with a leading track bar and a panel subtitle "
+ "that ate its title both showed up that way, in a test, before anyone opened a terminal.",
},
];

export default async function Apps() {
Expand All @@ -168,7 +184,7 @@ export default async function Apps() {
</Badge>
<h1 className="text-4xl font-bold tracking-tight">Apps built with HQTUI</h1>
<p className="mt-4 text-lg text-white/60">
Nine programs people actually run. They exist partly to keep the library honest: a
Ten programs people actually run. They exist partly to keep the library honest: a
real application finds the gaps a widget gallery does not, and several of these have
already changed HQTUI — styled spans, collapsed borders and the braille metrics in
these very screenshots all came from building one of them.
Expand Down
4 changes: 4 additions & 0 deletions apps/web/public/apps/apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
"nixamp": {
"width": 2301,
"height": 1067
},
"nmaptui": {
"width": 2244,
"height": 1265
}
}
Binary file added apps/web/public/apps/nmaptui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.