aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblasty <blasty@local>2026-08-09 23:05:06 +0200
committerblasty <blasty@local>2026-08-09 23:05:06 +0200
commit827f7691ba8496820df723760fd9c95cc0385734 (patch)
tree1fbaf98080552df9a66910fa293904e3a5feeceb
parentREADME: cut the wall of text out of 'What's in it' (diff)
downloadida-tui-827f7691ba8496820df723760fd9c95cc0385734.tar.gz
ida-tui-827f7691ba8496820df723760fd9c95cc0385734.tar.xz
ida-tui-827f7691ba8496820df723760fd9c95cc0385734.zip
README: drop the Docs section
docs/ is internal design and porting notes, not end-user documentation, so the README should not send readers there. Put it back when there are docs worth linking. Removed the section and the two inline pointers that fed the same files (-> docs/GRAPH_VIEW.md on Graph, -> docs/RPC.md on RPC), since the reason applies to those equally. No docs/ reference remains. Kept, deliberately, two links that are not end-user docs: * .agents/skills/idatui/SKILL.md -- promoted from a subsection of Docs to its own heading so removing the parent did not silently delete the only pointer to the skill we just shipped; * .fastfeedback/SPEED.md -- contributor-facing, sits inside Tests next to the commands it qualifies, and is accurate. Say the word if either should go too.
-rw-r--r--README.md18
1 files changed, 3 insertions, 15 deletions
diff --git a/README.md b/README.md
index b826acd..87bdbbd 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ anchors. Renames, retypes and comments write back.
**Graph** (`space`) — basic blocks laid out with a real layered (Sugiyama) algorithm
and routed, colour-coded edges. The boxes hold the *same rows* as the listing, so
-renames and xrefs work inside them. → [`docs/GRAPH_VIEW.md`](docs/GRAPH_VIEW.md)
+renames and xrefs work inside them.
**Split view** (`s`) — listing and pseudocode side by side, cursor-synced. The
focused pane drives; the other highlights the instructions the current C line owns.
@@ -135,8 +135,7 @@ python -m idatui.drive pc main # pseudocode of main
python -m idatui.drive rename sub_5BE0 foo # goto + rename
```
-→ [`docs/RPC.md`](docs/RPC.md) · scripted feature tour for screen recordings:
-`python tools/demo.py --spawn`
+Scripted feature tour, for screen recordings: `python tools/demo.py --spawn`
**Also** — hex view (`\`), strings (`"`), symbol and command palettes
(`ctrl+n`/`ctrl+p`), multi-binary projects, and a splash that renders as a real
@@ -162,18 +161,7 @@ Before optimising or debugging a slow run, read
[`.fastfeedback/SPEED.md`](.fastfeedback/SPEED.md) — per-suite timings, the known
flake, and the four ways a test here wastes minutes.
-## Docs
-
-- [`docs/RPC.md`](docs/RPC.md) — the RPC protocol, verb by verb
-- [`docs/GRAPH_VIEW.md`](docs/GRAPH_VIEW.md) — how the graph is laid out
-- [`docs/CODEMODE_UPSTREAM.md`](docs/CODEMODE_UPSTREAM.md) — findings from porting to
- IDA Code Mode, and which are fixed upstream
-- [`docs/PROJECTS.md`](docs/PROJECTS.md), [`docs/SPLIT_VIEW.md`](docs/SPLIT_VIEW.md),
- [`docs/TEXTUAL_NOTES.md`](docs/TEXTUAL_NOTES.md),
- [`docs/PAGING_FINDINGS.md`](docs/PAGING_FINDINGS.md),
- [`docs/TRISKEL_EVAL.md`](docs/TRISKEL_EVAL.md)
-
-### Working on this with an LLM agent
+## Working on this with an LLM agent
[`.agents/skills/idatui/SKILL.md`](.agents/skills/idatui/SKILL.md) is an
[Agent Skills](https://agentskills.io/specification) skill covering the architecture,