You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[v1.8.0](https://fulll.github.io/github-code-search/blog/release-v1-8-0)| Purple TUI theme, fetch progress bar, position indicator, line-anchored file links, Esc to close help |
|[v1.6.1](https://fulll.github.io/github-code-search/blog/release-v1-6-1)| Fix TUI only displaying first text fragment when a file has multiple matches |
11
12
|[v1.6.0](https://fulll.github.io/github-code-search/blog/release-v1-6-0)| Power navigation: global fold/unfold, gg/G top/bottom, paged scroll, open-in-browser |
The bar fills in saturated purple and shows the current page / estimated total pages.
36
+
It disappears automatically when all results are loaded.
37
+
38
+
### Position indicator
39
+
40
+
A persistent indicator at the bottom of the TUI shows your exact position within the result list:
41
+
42
+
```
43
+
↕ row 14 of 49
44
+
```
45
+
46
+
The number always reflects the **cursor position**, not the scroll offset, so it updates on every keypress — including when you navigate upward inside an already-scrolled viewport.
47
+
48
+
### Line-anchored file links (`o`)
49
+
50
+
When you press `o` on an **extract row**, the browser now opens the file at the **exact matched line** by appending a `#L{line}` anchor to the GitHub URL.
0 commit comments