1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# --- General Path & Behavior ---
# If not set, follows XDG Base Directory Specification
# db_path = "~/.local/share/docterm/library.db"
= true
= "info" # trace, debug, info, warn, error
[]
= 3 # 1-22, 3 is the sweet spot
= true
# --- TUI Settings ---
[]
# show_url = false # Show the URL/path column in the search-results table (TODO: per-docset)
[]
= "doc-browser-tui/0.1.0"
# proxy = "http://localhost:8080"
# --- Key Bindings ---
# Each action accepts a single key ("q") or multiple shortcuts (["/", "s"]).
[]
= ["/", "s"] # '/' or 's' both open global search
= "S-/" # Shift + /
= "q"
= "esc"
= "ctrl-]"
= "y"
= "r"
= "+" # '+' in Explore tab bookmarks current page
= ["d", "delete"] # In Favorites tab: delete selected bookmark
# --- MCP Server ---
[]
= false
= "127.0.0.1"
= 3000
# auth_token = "generate_a_secure_token_here"
= "/" # Allowed path for the AI to read
# --- Docsets Management ---
[[]]
= "rust"
= "1.75.0" # Optional pinned version
= true
[[]]
= "tokio"
# version omitted = latest
[[]]
= "ratatui"