 Command

Pranesh Nikhar's personal site. Vim-style keybinds for navigation; theme + font pickers below.

Theme
 Font Body Code
Reader
Keybinds
Navigation
j / ↓ Next item k / ↑ Previous item g First item in region G Last item in region zz Center focused item h / l Move left/right region ] / [ Next/previous heading } / { Next/previous block d / u Half-page down/up
Layout
<zh> / <zl> Toggle left/right sidebar <zr> Toggle reader view <zj> / <zk> Focus main/navbar <S-h/j/k/l> Focus left/main/navbar/right ⌃H / ⌃L Focus left/right sidebar ⌃J / ⌃K Focus main/navbar ⇧C / ⇧E Collapse / expand all sections
Dialogs
⌃P / : Command palette ⌃X Theme picker / Search ? Show keybinds Esc / ⌃C Close dialog
History
n Next document b Previous document ⌃O History back ⌃I History forward
 Search
about: Pranesh Nikhar about/more: 🪪 More docs/test: Docs Test ideas: 💡 Ideas more: ➕ More now: Now posts: 📬 Posts projects: 📚 Projects webtui: Style posts/agentic-eda: 📊 AgenticEDA — Automated Exploratory Data Analysis with LangGraph posts/cap-theorem-outage-story: 🌐 CAP Theorem with a Real Outage Story posts/codepilot: ✈️ CodePilot — From Requirements to Deployable FastAPI Backend posts/common-auth-mistakes: 🔐 Common Auth Mistakes Developers Make posts/compiled-vs-jit-vs-interpreted: ⚡ Why Is X Language Fast or Slow? — Compiled vs JIT vs Interpreted posts/cs-degree-gaps: 🎓 Things CS Degrees Don't Teach You posts/cve-2025-breach-analysis: 🛡️ CVE-2025 Breach Analysis — Midnight Blizzard and the 16 Billion Credential Leak posts/fixloop: 🔄 FixLoop — AI Agent Loop for Self-Correcting Code posts/functional-vs-oop: ⚡ Functional vs OOP — Same Problem, Both Ways posts/getman: 🦾 Getman — Declarative API Tester for CLI & TUI posts/how-compilers-optimize: ⚙️ How Compilers Actually Optimize Your Code posts/http3-quic: ⚡ HTTP/3 and QUIC — Why They Matter posts/leetcode-vs-engineering: 🧩 LeetCode vs Real Engineering Skills posts/llm-from-scratch: 🧠 LLM from Scratch — GPT-Style Transformer in PyTorch posts/lsm-trees-bloom-filters: 🌳 LSM Trees & Bloom Filters — Production Deep Dive posts/mcp-workflow-builder: 🔧 MCP Workflow Builder — Visual DAG for MCP Tools posts/persistent-memory: 🧠 Persistent Memory — Long-Term Memory for AI Agents via MCP posts/playcli: 🎬 PlayCLI — Terminal Video Player posts/postgres-mvcc: 🗄️ How PostgreSQL MVCC Works — Multi-Version Concurrency Control Deep Dive posts/raft-consensus: ⛵ Raft Consensus Algorithm Explained posts/rust-borrow-checker: 🦀 Rust Borrow Checker — Catches Real Bugs posts/titan: 🤖 Titan — Terminal AI Coding Agent posts/what-happens-url: 🌐 What Happens Between Typing a URL and Seeing the Page posts/what-happens-when-you-run-a-program: ⚙️ What Actually Happens When You Run a Program posts/zero-knowledge-proofs: 🔐 Zero-Knowledge Proofs Explained Simply webtui/components/accordion: Accordion webtui/components/badge: Badge webtui/components/button: Button webtui/components/checkbox: Checkbox webtui/components/dialog: Dialog webtui/components/input: Input webtui/components/popover: Popover webtui/components/pre: Pre webtui/components/progress: Progress webtui/components/radio: Radio webtui/components/range: Range webtui/components/separator: Separator webtui/components/spinner: Spinner webtui/components/switch: Switch webtui/components/table: Table webtui/components/textarea: Textarea webtui/components/tooltip: Popover webtui/components/typography: Typography webtui/components/view: View webtui/contributing/contributing: Contributing webtui/contributing/contributing: ## Local Development webtui/contributing/contributing: ## Issues webtui/contributing/contributing: ## Pull Requests webtui/contributing/style-guide: Style Guide webtui/contributing/style-guide: ## CSS Units webtui/contributing/style-guide: ## Selectors webtui/contributing/style-guide: ## Documentation webtui/installation/astro: Astro webtui/installation/astro: ## Scoping webtui/installation/astro: ### Frontmatter Imports webtui/installation/astro: ### ‹style› tag webtui/installation/astro: ### Full Library Import webtui/installation/nextjs: Next.js webtui/installation/vite: Vite webtui/plugins/plugin-dev: Developing Plugins webtui/plugins/plugin-dev: ### Style Layers webtui/plugins/plugin-nf: Nerd Font Plugin webtui/plugins/theme-catppuccin: Catppuccin Theme webtui/plugins/theme-custom: Custom Theme webtui/plugins/theme-everforest: Everforest Theme webtui/plugins/theme-gruvbox: Gruvbox Theme webtui/plugins/theme-nord: Nord Theme webtui/plugins/theme-vitesse: Vitesse Theme webtui/start/ascii-boxes: ASCII Boxes webtui/start/changelog: Changelog webtui/start/installation: Installation webtui/start/installation: ## Installation webtui/start/installation: ## Using CSS webtui/start/installation: ## Using ESM webtui/start/installation: ## Using a CDN webtui/start/installation: ## Full Library Import webtui/start/installation: ### CSS webtui/start/installation: ### ESM webtui/start/installation: ### CDN webtui/start/intro: Introduction webtui/start/intro: ## Features webtui/start/plugins: Plugins webtui/start/plugins: ## Official Plugins webtui/start/plugins: ### Themes webtui/start/plugins: ## Community Plugins webtui/start/theming: Theming webtui/start/theming: ## CSS Variables webtui/start/theming: ### Font Styles webtui/start/theming: ### Colors webtui/start/theming: ### Light & Dark webtui/start/theming: ## Theme Plugins webtui/start/theming: ### Using Multiple Theme Accents webtui/start/tuis-vs-guis: TUIs vs GUIs webtui/start/tuis-vs-guis: ## Monospace Fonts webtui/start/tuis-vs-guis: ## Character Cells
 Theme Current: Light j/k or ↑/↓ + Enter

View

Displays a TUI-accurate view that automatically rounds its width and height to the nearest ch and lh units respectively

Useful for building tiled UIs or a partial GUI/TUI application

1 <div class="tile" is-="view">
2 <div is-="view-content">root@Macbook-Pro ~# yes no<br/>no<br/>no<br/>no<br/>no<br/>no<br/>no<br/>no<br/>no<br/>no<br/>no<br/>no<br/></div>
3 </div>
4 <div class="tile" is-="view">
5 <div is-="view-content">root@Macbook-Pro ~# emacs<br/>zsh: command not found: emacs</div>
6 </div>
1
2 body {
3 display: flex;
4 flex-direction: row;
5 flex-grow: 1;
6 padding-left: 10px;
7 padding-right: 10px;
8 padding-top: 10px;
9 padding-bottom: 10px;
10 gap: 10px;
11 background: linear-gradient(45deg, #5f5ba5, #8c59a5);
12 height: 100vh;
13 animation: pad 5s infinite linear;
14 }
15 .tile {
16 flex: 1 1 0;
17 background: rgba(0, 0, 0, 0.5);
18 border-radius: 10px;
19 }
20 [is-='view-content'] {
21 background: rgba(0, 0, 0, 0.5);
22 color: white;
23 }
24 @keyframes pad {
25 0% {
26 padding-left: 10px;
27 padding-right: 10px;
28 padding-top: 10px;
29 padding-bottom: 10px;
30 gap: 10px;
31 }
32 25% {
33 padding-left: 50px;
34 padding-right: 50px;
35 padding-top: 10px;
36 padding-bottom: 10px;
37 gap: 50px;
38 }
39 50% {
40 padding-left: 10px;
41 padding-right: 10px;
42 padding-top: 10px;
43 padding-bottom: 10px;
44 gap: 10px;
45 }
46 75% {
47 padding-left: 10px;
48 padding-right: 10px;
49 padding-top: 50px;
50 padding-bottom: 50px;
51 gap: 10px;
52 }
53 100% {
54 padding-left: 10px;
55 padding-right: 10px;
56 padding-top: 10px;
57 padding-bottom: 10px;
58 gap: 10px;
59 }
60 }
61

Import

@import '@webtui/css/components/view.css';

Usage

<div is-="view">
    <div is-="view-content">
        <!-- TUI contents -->
    </div>
</div>

Examples

Basic usage

1 <div is-="view" id="view-outer">
2 <div is-="view-content" id="view-inner">root@Macbook-Pro ~# cowsay moÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖoÖ</div>
3 </div>
1
2 body {
3 height: 100vh;
4 display: flex;
5 flex-direction: column;
6 background: var(--background1);
7 }
8 #view-outer {
9 flex: 1 1 0;
10 }
11 #view-inner {
12 background: var(--background2);
13 }
14

Reference

Extending

To extend the View stylesheet, define a CSS rule on the components layer

@layer components {
    [is-~='view'] {
        /* ... */
    }

    [is-~='view-content'] {
        /* ... */
    }
}
 praneshnikhar.site / webtui / components / view · Top 1:1