diff options
| author | blasty <blasty@local> | 2026-08-07 15:25:18 +0200 |
|---|---|---|
| committer | blasty <blasty@local> | 2026-08-07 15:25:18 +0200 |
| commit | 5762ac8e856301aaa1e622b871bef12111470023 (patch) | |
| tree | 3a29be7b67c956cc5e2d94afda938311a51e8d16 | |
| parent | README: drop the Layout section, trim Docs to the two worth opening (diff) | |
| download | ida-tui-5762ac8e856301aaa1e622b871bef12111470023.tar.gz ida-tui-5762ac8e856301aaa1e622b871bef12111470023.tar.xz ida-tui-5762ac8e856301aaa1e622b871bef12111470023.zip | |
README: pure markdown, and a logo sized for a README
The <img> tag existed only to set a width, and the <div align=center> only to
centre things -- neither of which markdown can express. Sizing the image file
itself removes the reason for both: logo-trans.png was a 1024x1024 1.7MB
master being scaled down in the browser on every page load, and is now 400x400
and 219KB. Nothing else uses it (the splash reads logo.png and logo.ans), and
the original is in git history if it is ever wanted back.
So the README is now plain markdown end to end: ![](), no divs, and the footer
is a link instead of a centred <sub>. Left-aligned rather than centred, which
is what markdown does.
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | logo-trans.png | bin | 1740746 -> 224298 bytes |
2 files changed, 4 insertions, 8 deletions
@@ -1,13 +1,9 @@ -<div align="center"> - -<img src="logo-trans.png" alt="ida-tui" width="420"> + **IDA Pro in a terminal.** Listing, decompiler, graph — keyboard-first, mouse-capable. `disasm` · `pseudocode` · `cfg` · `hex` · `strings` · `structs` · `traces` · `rpc` -</div> - --- ``` @@ -175,6 +171,6 @@ flake, and the four ways a test here wastes minutes. - A GUI user editing the same database won't invalidate our caches — Code Mode has no change feed yet (see `docs/CODEMODE_UPSTREAM.md`). -<div align="center"> -<sub><a href="https://sl0p.foo">sl0p.foo</a></sub> -</div> +— + +[sl0p.foo](https://sl0p.foo) diff --git a/logo-trans.png b/logo-trans.png Binary files differindex 65d576b..1dd3387 100644 --- a/logo-trans.png +++ b/logo-trans.png |
