32 lines
790 B
Markdown
32 lines
790 B
Markdown
|
|
---
|
||
|
|
name: zeal_configuration
|
||
|
|
description: Zeal documentation browser configuration and usage
|
||
|
|
type: reference
|
||
|
|
---
|
||
|
|
|
||
|
|
**Installation:** `sudo apt install zeal`
|
||
|
|
|
||
|
|
**Setup script:** `/home/tr/.local/bin/setup-zeal-docsets.sh`
|
||
|
|
|
||
|
|
**Key paths:**
|
||
|
|
- Config: `~/.config/zeal/feeds/feeds.ini`
|
||
|
|
- Docsets: `~/.local/share/zeal/docsets/`
|
||
|
|
|
||
|
|
**Usage:**
|
||
|
|
```bash
|
||
|
|
zeal # Launch
|
||
|
|
Alt+Space # Quick search
|
||
|
|
```
|
||
|
|
|
||
|
|
**Adding docsets:**
|
||
|
|
1. Tools → Options → Docsets
|
||
|
|
2. Add community feeds (kapeli discontinued hosting)
|
||
|
|
3. Check and download desired docsets
|
||
|
|
|
||
|
|
**Note:** External docset hosting is unreliable. Zeal GUI is the most reliable way to add docsets.
|
||
|
|
|
||
|
|
**Alternatives:**
|
||
|
|
- `man <command>` - Local man pages
|
||
|
|
- `man -k <keyword>` - Search man pages
|
||
|
|
- DevDocs.io - Browser-based, PWA for offline
|