first commit
This commit is contained in:
commit
8b790b7601
86 changed files with 6348 additions and 0 deletions
29
preview/comp-terminal-frame.html
Normal file
29
preview/comp-terminal-frame.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="../colors_and_type.css">
|
||||
<link rel="stylesheet" href="_card.css">
|
||||
<style>
|
||||
body { padding:24px; }
|
||||
.term { background:#EBEEF1; border:1px solid #D7DCE2; border-radius:2px; font-family:"JetBrains Mono",monospace; font-size:12px; color:#2A2E33; }
|
||||
.title { display:flex; align-items:center; gap:8px; padding:6px 12px; border-bottom:1px solid #D7DCE2; font-size:10px; letter-spacing:0.14em; text-transform:uppercase; color:#6B7178; }
|
||||
.title::after { content:""; width:6px; height:6px; border-radius:50%; background:#2F7D55; margin-left:auto; }
|
||||
.body { padding:12px 14px; line-height:1.5; }
|
||||
.k { color:#B5740A; }
|
||||
.s { color:#2F7D55; }
|
||||
.m { color:#8A8377; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="term">
|
||||
<div class="title">AKEFIN — IMPORT 2026-03-02-001 <span style="margin-left:auto"></span></div>
|
||||
<div class="body">
|
||||
<div><span class="m">$</span> akefin import toss-export.csv --entity 9TFox</div>
|
||||
<div class="m">read 247 rows · staged 23 · auto-accepted 220 · failed 4</div>
|
||||
<div><span class="k">tier</span> rules <span class="s">218</span> · llm <span class="s">21</span> · agent <span class="s">4</span> · unmatched <span style="color:#B8362B">4</span></div>
|
||||
<div class="m">→ ledger committed to git · 9tfox-2026-03.ldgr · 247 lines</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="legend" style="margin-top:12px">terminal frame · the pi.dev-style data container</div>
|
||||
</body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue